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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When doing a
refreshSession
I 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 callrefreshSession
with therefreshToken
(which was still valid), but the API returned "Token has been revoked". I have no idea what parameters cause this situation.Beta Was this translation helpful? Give feedback.
All reactions