flask-oidc icon indicating copy to clipboard operation
flask-oidc copied to clipboard

Refresh token

Open voidloop opened this issue 6 years ago • 0 comments

Does it exist a method to only refresh the token?

I would like to refresh information in the credentials store (access_token and refresh_token) with an API, I can read the tokens and using them to obtain a new token. How can I write it to credentials store?

voidloop avatar May 23 '19 14:05 voidloop