Call the API
To exchange the refresh token you received during authentication for a new access token, call the Auth0 Authentication API Get token endpoint in the Authentication API. To learn more about the authentication methods available for the Authentication API, read Authentication Methods.Use Basic authentication
Use Post authentication
Parameter definition
Parameter | Description |
---|---|
grant_type | Type of grant to execute. |
client_id | Application’s client ID. |
client_secret | (Optional) Application’s client secret. Only required for confidential applications using the Post token authentication method. |
refresh_token | Refresh token to exchange. |
openid
, then a new ID token will be in the response as well.