AuthScheme
The type of authentication to use when connecting to Stripe.
Possible Values
Auto, APIKey, OAuthData Type
string
Default Value
"Auto"
Remarks
- Auto: Lets the driver decide automatically based on the other connection properties you have set.
- APIKey: Set to this to perform APIKey authentication.
- OAuth: Set to this to perform OAuth authentication.