AuthScheme Parameter (Connect-Monday Cmdlet)
The type of authentication to use when connecting to Monday.
Syntax
Connect-Monday -AuthScheme string
Possible Values
Token, OAuthData Type
cstr
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.
This is a required parameter.