AuthScheme
The type of authentication to use when connecting to Magento 2.x.
Possible Values
Auto, Basic, TokenData Type
string
Default Value
"Auto"
Remarks
- Auto: Lets the driver decide automatically based on the other connection properties you have set.
- Basic: Set this to use BASIC user / password authentication.
- Token: Set this to perform Authentication using a Magento Access Token.