AuthScheme Parameter (Connect-Asana Cmdlet)
The type of authentication to use when connecting to Asana.
Syntax
Connect-Asana -AuthScheme string
Possible Values
OAuth, OAuthPKCEData Type
cstr
Default Value
"OAuth"
Remarks
Current authentication methods supported for new apps:
- OAuth: Authenticates you using OAuth with a client ID and secret.
- OAuthPKCE: Authenticates you using OAuth with a client ID and secret and code challenge.
This is a required parameter.