You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But since a user won't have access to the client_secret this is something that will need to be done server side and there needs to be an API exposed to the user to do that...
The text was updated successfully, but these errors were encountered:
This requires the following information:
grant_type
:refresh_token
refresh_token
client_id
client_secret
scope
:openid
audience
: (same value as theclient_id
)Teoretically a user could refresh a token by themselves by performing the following request:
But since a user won't have access to the
client_secret
this is something that will need to be done server side and there needs to be an API exposed to the user to do that...The text was updated successfully, but these errors were encountered: