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