AuthScheme Parameter (Connect-SalesforcePardot Cmdlet)
The type of authentication to use when connecting to Salesforce Marketing Cloud Account Engagement.
Syntax
Connect-SalesforcePardot -AuthScheme string
Possible Values
OAuth, OAuthPassword, OAuthJWTData Type
cstr
Default Value
"OAuth"
Remarks
- OAuth: Set this to perform OAuth with the code grant type.
- OAuthPassword: Set this to perform OAuth with the password grant type.
- OAuthJWT: Set this to perform OAuth authentication with a JWT certificate. Requires the following additional connection properties. [OAuthJWTCert,/OAuthJWTCertType/OAuthJWTCertPassword/OAuthJWTCertSubject/OAuthJWTIssuer/OAuthJWTSubject]