JDBC Driver for Salesforce Marketing Cloud

Build 22.0.8462

OAuthGrantType

The grant type for the OAuth flow.

Possible Values

Client, Code

Data Type

string

Default Value

""

Remarks

When an app on is created on Salesforce Marketing Cloud, you are given an option of Web-API or Server-to-Server. Use the following options to select your authentication grant type:

  • Server-to-Server: This is used when applications request an access token to access their own resources, not on behalf of a user. This indicates OAuthGrantType = Client.
  • Web-App: This is used by confidential and public clients to exchange an authorization code for an access token. This indicates OAuthGrantType = Code.

APIIntegrationType may alternatively be specified to indicate the GrantType.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462