RefreshOAuthAccessToken
Refreshes the OAuth access token used for authentication.
Input
Name | Type | Description |
OAuthRefreshToken | String | A token that may be used to obtain a new access token. |
CallbackURL | String | The URL to be used as a trusted redirect URL, where the user will return with the token that verifies that they have granted your app access. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The authentication token returned. |
OAuthRefreshToken | String | A token that may be used to obtain a new access token. |
ExpiresIn | String | The remaining lifetime on the access token. |