RefreshOAuthAccessToken
Exchanges a access token for a new access token.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | The refresh token returned from the original authorization code exchange. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The access token used for communication with the API. |
| OAuthRefreshToken | String | The refresh access token used to refresh your connection. |
| ExpiresIn | String | The lifetime of the access token, in seconds. |