In my application accessTokenValiditySeconds=10 and refreshTokenValiditySeconds=2592000. But after 10 seconds the application is logging out without considering the refresh token. (As per the analysis it is calling revoke method instead of refreshing the access token).
Kindly help me to resolve this.