AuthScheme
The type of authentication to use when connecting to Monday.
Possible Values
Token, OAuthデータ型
string
デフォルト値
"Token"
解説
You can set this connection property to one of the following:
- Token: Set this to authenticate to the Monday GraphQL API with a personal access token or the AuditLog API with an audit log API token. When this is selected, you must supply an API token in the APIToken connection property.
- OAuth: Set this to authenticate to Monday using OAuth 2.0 authentication. When this is selected, you must supply the OAuthClientId and OAuthClientSecret connection properties. See カスタムOAuth アプリケーションの作成 for information about how to obtain these values.