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