RefreshOAuthAccessToken
Refreshes the OAuth access token that is used for authentication with SharePoint.
Input
Name | Type | Description |
OAuthRefreshToken | String | The old token to be refreshed. |
Result Set Columns
Name | Type | Description |
OAuthAccessToken | String | The authentication token returned from SharePoint. |
OAuthRefreshToken | String | A token that may be used to obtain a new access token. |
ExpiresIn | String | The remaining lifetime of the access token. |