AuthScheme Parameter (Connect-PCASales Cmdlet)
The type of authentication to use when connecting to PCA Sales.
Syntax
Connect-PCASales -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.