AuthScheme Parameter (Connect-SFMarketingCloud Cmdlet)
The type of authentication to use when connecting to Salesforce Marketing Cloud.
Syntax
Connect-SFMarketingCloud -AuthScheme string
Possible Values
Auto, OAuth, OAuthClient, BasicData Type
cstr
Default Value
"Auto"
Remarks
Select among the following connection properties:
- Auto: allows the driver to decide automatically which scheme to use, based on the other connection properties you have set.
- OAuth: specifies user-account OAuth authentication.
- OAuthClient: specifies Server-to-Server OAuth authentication.
- Basic: specifies BASIC user/password authentication.