AuthScheme Parameter (Connect-PCAAccounting Cmdlet)
The type of authentication to use when connecting to PCA Accounting.
Syntax
Connect-PCAAccounting -AuthScheme string
Possible Values
OAuth, OAuthPasswordData Type
cstr
Default Value
"OAuth"
Remarks
- OAuth: Set to this to perform OAuth authentication with the code grant type.
- OAuthPassword: Set to this to perform OAuth authentication with the password grant type.