OAuth
This section provides a complete list of the OAuth properties you can configure in the connection settings for this provider.
| Property | Description |
| OAuthVersion | Specifies the OAuth version used for authentication. |
| OAuthClientId | Specifies the client ID (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication. |
| OAuthClientSecret | Specifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. (Custom OAuth applications only.). |
| OAuthAccessToken | Specifies the OAuth access token used to authenticate requests to the data source. This token is issued by the authorization server after a successful OAuth exchange. |
| OAuthAccessTokenSecret | The OAuth access token secret for connecting using OAuth. |
| CallbackURL | Identifies the URL users return to after authenticating to NetSuite via OAuth (Custom OAuth applications only). |
| Scope | Specifies the OAuth 2.0 scope required to obtain the initial access and refresh token. |
| AuthToken | The authentication token used to request and obtain the OAuth Access Token. |
| AuthKey | The authentication secret used to request and obtain the OAuth Access Token. |