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