AuthScheme Parameter (Connect-Highrise Cmdlet)
Whether to connect to Highrise with OAuth2 or APIToken.
Syntax
Connect-Highrise -AuthScheme string
Possible Values
OAuth2, APITokenData Type
cstr
Default Value
"OAuth2"
Remarks
- OAuth2: Set this to perform OAuth2 authentication.
- APIToken: Set this to perform APIToken authentication.