RefreshOAuthAccessToken
Refreshes an expired OAuth Access Token to maintain continuous authenticated access to Microsoft Planner resources without requiring reauthorization from the user.
Input
Name | Type | Required | Description |
OAuthRefreshToken | String | True | The token used to refresh the user's access, obtained during the initial authorization process. Required for generating a new access token. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The newly generated OAuth Access Token returned by Azure AD. Use this token to authenticate and authorize subsequent API requests to the service. |
OAuthRefreshToken | String | A newly issued OAuth Refresh Token that can be used to request another access token when the current one expires. |
ExpiresIn | String | The duration, in seconds, for which the access token remains valid before it expires. |