A refresh token is a string obtained from user authentication that can be used to exchange an existing access token for a new one. The new access token has a new expiration date and possesses the same duration and level of authorization as the old token.
Related terms
- user authentication
- access token
- OAuth 2.0