AuthScheme
The type of authentication to use when connecting to NetSuite.
Possible Values
Basic, Token, OAuthData Type
string
Default Value
"OAuth"
Remarks
- Basic: Set this to use BASIC user / password authentication.
- OAuth: Set to this to perform OAuth authentication. This is essentially token based authentication where the token is dynamically created instead of directly in the NetSuite UI.
- Token: Set this to perform Token Based Authentication.