For the refresh token example below, the client configuration for the authorization code grant type from above will be used to refresh the token:

Admin Label OAuth2 Parameter Example Value
Scope Settings scope edit
Client ID client_id ac_client
Client Authentication client_secret 2Federate
Allowed Grant Types response_type grant_type
  • response_type of "code" (code)
  • grant_type of "authorization_code" (code)
  • grant_type of "refresh_token" (refresh)