Refresh token
When requesting a refresh token use grant_type: refresh_token.
Example: http://127.0.0.1:8080/oidc/tenant1/token-endpoint
Request parameters
These parameters must be posted as a part of the URL-encoded form values.
Parameter
Description
Mandatory
refresh_token
the current refresh token.
grant_type
Supported value is refresh_token
.