RefreshOAuthAccessToken
Refreshes an expired OAuth Access Token to maintain continuous authenticated access to Microsoft Dataverse resources without requiring reauthorization from the user.
Input
| Name | Type | Required | Description |
| OAuthRefreshToken | String | True | The refresh token obtained during the initial authorization process. It is used to request a new access token without requiring user reauthentication. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The newly generated OAuth Access Token returned by the OAuth service, used for making authenticated API requests. |
| OAuthRefreshToken | String | A refreshed token that can be used for future access token requests, replacing the old refresh token if issued. |
| ExpiresIn | String | The time in seconds remaining until the newly generated access token expires and must be refreshed. |