RefreshOAuthAccessToken
Exchanges a access token for a new access token from NetSuite.
Input
Name | Type | Description |
OAuthRefreshToken | String | The 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. |