RefreshOAuthAccessToken
Refreshes the OAuth token.
Input
Name | Type | Description |
OAuthRefreshToken | String | The refresh token returned when the OAuth Token was first created. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The OAuth token. |
ExpiresIn | String | The remaining lifetime on the access token. |