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