flask-oidc
flask-oidc copied to clipboard
Refresh token
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?