RefreshOAuthAccessToken
Refreshes the OAuth access token used for authentication with Tableau CRM.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | The old token to be refreshed. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The authentication token returned from Tableau CRM. |
| ExpiresIn | String | The remaining lifetime on the access token. |
| SalesforceInstanceUrl | String | The instance URL being used by the app. |