RefreshOAuthAccessToken
Renews an expired OAuth access token to maintain continuous access to Azure Data Lake Storage without the need to reauthenticate.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | Mandatory. The refresh token used to obtain a new OAuth access token. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The new OAuth access token returned for authenticating requests to Azure Data Lake Storage. |
| ExpiresIn | String | The number of seconds before the new access token expires. |