AuthScheme Parameter (Connect-SFMarketingCloud Cmdlet)
Specifies the authentication method that provider uses to connect to Salesforce Marketing Cloud.
Syntax
Connect-SFMarketingCloud -AuthScheme string
Possible Values
OAuth, OAuthClient, BasicData Type
cstr
Default Value
"OAuth"
Remarks
The following values are supported:
- OAuth: Specifies user-account OAuth authentication.
- OAuthClient: Specifies server-to-server OAuth authentication.
- Basic: Specifies basic user name and password authentication.