AuthScheme
The type of authentication to use when connecting to Asana.
Possible Values
OAuth, OAuthPKCEData Type
string
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.