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.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…