RefreshOAuthAccessToken
Refreshes the OAuth access token used for authentication with Excel Online.
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 Excel Online. |
ExpiresIn | String | The remaining lifetime on the access token. |
OAuthRefreshToken | String | The OAuth refresh token. |