RefreshOAuthAccessToken.rsb
Usage information for the operation RefreshOAuthAccessToken.rsb.
Input
| Name | Type | Required | Description |
| OAuthRefreshToken | String | False | The existing refresh token used to request a new OAuth access token. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The newly-issued access token that grants temporary access to protected resources. |
| OAuthRefreshToken | String | The updated refresh token returned by the authorization server, used for future token refresh requests. |
| ExpiresIn | Long | The number of seconds until the new access token expires. A value of -1 indicates that the token does not expire. |