RefreshOAuthAccessToken
Refreshes an expired OAuth Access Token to maintain continuous authenticated access to NetSuite resources without requiring reauthorization from the user..
Stored Procedure-Specific Information
To execute this stored procedure, enter:EXEC RefreshOAuthAccessToken OAuthRefreshToken='your_refresh_token'
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. |