RefreshOAuthAccessToken
Refreshes an expired OAuth Access Token to maintain continuous authenticated access to NetSuite resources without requiring reauthorization from the user..
Input
| Name | Type | Description |
| OAuthRefreshToken | String | The OAuth Access Token returned from the original authorization code exchange. |
Result Set Columns
| Name | Type | Description |
| OAuthAccessToken | String | The authentication token returned from NetSuite. This can be used in subsequent calls to other operations for NetSuite. |
| OAuthRefreshToken | String | The authentication token returned from NetSuite. This can be used in subsequent calls to other operations for NetSuite. |
| ExpiresIn | String | The remaining lifetime on the access token. |