RefreshOAuthAccessToken
Refreshes an expired OAuth Access Token to maintain continuous authenticated access to Azure Synapse resources without requiring reauthorization from the user.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | The OAuth Refresh Token obtained during the initial authorization is used to request a new access token when the original one has expired. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The newly issued OAuth Access Token from Azure Synapse, required for authenticating subsequent API requests. |
| OAuthRefreshToken | String | The updated OAuth Refresh Token can renew the access token after it expires. |
| ExpiresIn | String | Indicates the amount of time, in seconds, until the newly issued access token expires. |