RefreshTokenRequest
Request body for refreshing an access token
- Type: string
client _id requiredYour application's client ID
- Type: string
client _secret requiredYour application's client secret
- enum
grant _type const:refresh_tokenrequiredMust be
refresh_tokenvaluesrefresh _token
- Type: string
refresh _token requiredThe refresh token obtained from a previous token exchange

