AuthScheme Parameter (Connect-MailChimp Cmdlet)
Whether to use APIKey Authentication or OAuth Authentication when connecting to MailChimp.
Syntax
Connect-MailChimp -AuthScheme string
Possible Values
OAuth, APIKeyData Type
cstr
Default Value
"APIKey"
Remarks
- OAuth: Set this to perform OAuth authentication.
- APIKey: Set this to perform APIKey authentication.
This is a required parameter.