RefreshOAuthAccessToken
Refreshes an existing OAuth access token to maintain authentication without requiring user reauthorization.
Input
| Name | Type | Description |
| OAuthRefreshToken | String | The refresh token that was issued with the original access token. Used to request a new access token when the old one expires. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The new access token returned from Box, used for authenticated API requests. |
| OAuthRefreshToken | String | The updated refresh token returned by Box, to be stored for the next token refresh request. |
| ExpiresIn | String | The number of seconds until the newly issued access token expires. |