/token
endpoint and pass your username and password.
/token
endpoint, or you can use
the Refresh Token from the original /token
call to get a new Access Token./refresh
endpoint.
The latter option is often preferable since you will not need to store your username and password for later use.
Using the sub
and the refresh_token
, you can call the /refresh
endpoint to get new access and refresh token.