Refresh Token Grant
Get familiar with the use of refresh token grant and the State parameter in this lesson.
We'll cover the following...
A refresh token is similar to the access token. It’s issued to the client by the authorization server, and it’s of no importance to the client what the contents of the token are. The difference is that the refresh token is not issued to be sent to the resource server. Instead, it’s used to request a new access token without the user being redirected. ...