AuthScheme Parameter (Connect-Stripe Cmdlet)
The type of authentication to use when connecting to Stripe.
Syntax
Connect-Stripe -AuthScheme string
Possible Values
APIKey, OAuthData Type
cstr
Default Value
"APIKey"
Remarks
- APIKey: Set to this to perform APIKey authentication.
- OAuth: Set to this to perform OAuth authentication.