OAuthRefreshAccessTokenRequest
OAuth access token refresh request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| grant_type | The grant type when requesting a token refresh. This must be a value of 'refresh_token'. | string |
None. |
| refresh_token | The refresh token previously issued in a successfull authentication request. | string |
None. |
| scope | The scope of the request. Not applicable to refresh tokens in this scenario. | string |
None. |