AuthScheme
Whether to connect to Zendesk with User/(Password/APIToken), or OAuth.
Possible Values
Basic, OAuthData Type
string
Default Value
"Basic"
Remarks
- Basic: Set this to use Basic user /(Password/APIToken) authentication. Driver will give preference to Password over APIToken for authentication.
- OAuth: Set this to perform OAuth authentication.