AuthScheme
The type of authentication to use when connecting to SuiteCRM.
Possible Values
OAuthClient, OAuthPassword, BasicData Type
string
Default Value
"OAuthClient"
Remarks
- OAuthClient: Set to this to perform OAuth authentication with the client credentials grant type. Only available for the suitecrmv8 Schema.
- OAuthPassword: Set to this to perform OAuth authentication with the password grant type. Only available for the suitecrmv8 Schema.
- Basic: Set to this for Basic authentication with user and password. Only available for the suitecrmv4 Schema.