Tableau Connector for Avro

Build 24.0.9029

OAuthPasswordGrantMode

Specifies how the OAuth Client Id and Client Secret should be passed. Supported options: BASIC and POST.

Possible Values

Post, Basic

Data Type

string

Default Value

"Post"

Remarks

The OAuth RFC provides two methods of passing the OAuthClientId and OAuthClientSecret. POST passes OAuthClientId and OAuthClientSecret via post data. (Works with OAuthGrantType = PASSWORD, CODE, or CLIENT.) BASIC passes the OAuthClientId and OAuthClientSecret via the Authorize header. (Works with OAuthGrantType = CODE or CLIENT.)

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9029