Token has been revoked (refreshSession) #3229
Unanswered
seboslaw
asked this question in
Dev Debugging
Replies: 2 comments 2 replies
|
@dholms @ericvolp12 do you have any idea why this might happen? |
0 replies
|
It's hard to know for sure without some more context, but my hunch is that it's related to "forking" a refresh token. For example, say you call |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When doing a
refreshSessionI get this error occasionally. I don't know how to reproduce it, but today I debugged in a session this morning until 11am, then let the Simulator rest and fired it up again at 10pm. The app then tried to callrefreshSessionwith therefreshToken(which was still valid), but the API returned "Token has been revoked". I have no idea what parameters cause this situation.All reactions