AuthScheme
The type of authentication to use when connecting to Monday.
Possible Values
Token, OAuthData Type
string
Default Value
"Token"
Remarks
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 Creating a Custom OAuth Application for information about how to obtain these values.