You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like it may be expected behavior but I can't fully tell as the logs are cut off.
If the tokens are expired (access token + refresh) then the API calls for revoking token and global sign out will fail (the tokens are already expired).
What is important to realize is that this is just a partial failure. The end result state is still "logged out" with credentials cleared on the device. This is not a fatal exception. This is just a warning log.
From our app we are calling the following code when doing a logOut operation.
val options = AuthSignOutOptions.builder()
.globalSignOut(isGlobalSignOut)
.build()
Amplify.Auth.signOut(options)
{.....}
But getting the exception as shown in screenshot for some users only.
Using the following dependencies
The text was updated successfully, but these errors were encountered: