RefreshOAuthAccessToken
Refreshes the OAuth token or session id after the session has expired. Your OAuth application must have the refresh_token scope enabled.
Input
| Name | Type | Required | Description |
| OAuthRefreshToken | String | True | The refresh token returned when the OAuth Token was first created. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The OAuth access token. |
| OAuthRefreshToken | String | A token that may be used to obtain a new access token. |
| ExpiresIn | String | The remaining lifetime on the access token. A -1 denotes that it will not expire. |