AuthScheme Parameter (Connect-Trello Cmdlet)
The scheme used for authentication. Accepted entries are Token and OAuth.
Syntax
Connect-Trello -AuthScheme string
Possible Values
Token, OAuthData Type
cstr
Default Value
"OAuth"
Remarks
This field is used to authenticate to Trello. OAuth is the default option.
- Token: Set this to use Token and APIKey authentication.
- OAuth: Set this to use OAuth authentication.
This is a required parameter.