okta / samples-android

samples-android
https://github.com/okta/samples-android
Apache License 2.0
37 stars 52 forks source link

Refresh token throwing exception. #50

Closed gopalp1709 closed 4 years ago

gopalp1709 commented 4 years ago

HI , I am using refersh token to get new session but I am getting following exception.

AuthorizationException: {"type":0,"code":0,"errorDescription":"No refresh token found"}

I am using browser singin and don't want to prompt browser singin to user when session expires.

gopalp1709 commented 4 years ago

After enabling above setting and commenting clear storage in exceptions ,it;s working. Thanks 👍