AuthScheme Parameter (Connect-SFMarketingCloud Cmdlet)
The type of authentication to use when connecting to Salesforce Marketing Cloud.
Syntax
Connect-SFMarketingCloud -AuthScheme string
Possible Values
OAuth, OAuthClient, BasicData Type
cstr
Default Value
"OAuth"
Remarks
Select among the following connection properties:
- OAuth: Specifies user-account OAuth authentication.
- OAuthClient: Specifies Server-to-Server OAuth authentication.
- Basic: Specifies BASIC user/password authentication.