AuthScheme
Specifies the type of authentication to use when connecting to PayPal.
Possible Values
Basic, OAuthClientData Type
string
Default Value
"Basic"
Remarks
The driver supports two authentication schemes:
- OAuthClient: Supports authentication via OAuth using the client credentials grant type.
- Basic: Supports authentication using basic user/password/signature credentials.