How to refresh token #245
Unanswered
magik110417
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I see that in the authentication implementation it returns GrantValidationResult which should result in similar to following response if I am not wrong...
{
"access_token": "...",
"token_type": "Bearer",
"expires_in": 360,
"some_data": "some_value"
}
Now my question is, in this implementation, how are you refreshing the token once it's expired?
Beta Was this translation helpful? Give feedback.
All reactions