AuthScheme Parameter (Connect-Klaviyo Cmdlet)
Specifies the authentication method used to connect to Klaviyo.
Syntax
Connect-Klaviyo -AuthScheme string
Possible Values
OAuthPKCE, APIKeyData Type
cstr
Default Value
"APIKey"
Remarks
- OAuthPKCE: Set this to perform OAuth (with PKCE) authentication.
- APIKey: Set this to perform Token Based Authentication via the APIKey property.
This is a required parameter.