Refresh Token
Therefresh_token
grant is used to refresh an access token when it expires. This is a standard OAuth 2.0 grant type
and is supported by most systems.
Users do not typically need to configure this grant type manually, and instead use the
authorization_code
or
client_credentials
grant types.
Creating new Connections using the
refresh_token
grant type directly is not
supported via our UI, but can be created manually via the
CreateConnection using the oauth2-token
credential type.