AuthScheme
Specifies the desired authentication scheme for connecting to Zendesk.
Possible Values
OAuth, OAuthPKCE, APITokenData Type
string
Default Value
"OAuth"
Remarks
Zendesk supports the following authentication options:
- OAuth: Performs OAuth authentication.
- OAuthPKCE: Uses the standard OAuth flow's Proof Key of Code Exchange (PKCE) extension. Requires the use of a PKCEVerifier. If you do not explicitly set your own PKCEVerifier, the provider generates one automatically.
- APIToken: Performs Basic User/APIToken authentication.