AuthScheme
The type of authentication to use when connecting to Tableau CRM.
Possible Values
Auto, OAuth, OAuthPKCE, OAuthJWTData Type
string
Default Value
"Auto"
Remarks
- Auto: Lets the driver decide automatically based on the other connection properties you have set.
- OAuth: Set this to perform OAuth authentication.
- OAuthPKCE: Uses OAuth2 with the authorization code grant type and PKCE extension. OAuthClientId is the credential.
- OAuthJWT: Set this to perform OAuth authentication with a certificate.