AuthScheme Parameter (Connect-Basecamp Cmdlet)
The type of authentication to use when connecting to Basecamp.
Syntax
Connect-Basecamp -AuthScheme string
Possible Values
OAuth, BasicData Type
cstr
Default Value
"Basic"
Remarks
- Basic: Set this to use BASIC user / password authentication.
- OAuth: Set to this to perform OAuth authentication.