CData Python Connector for Salesforce Marketing Cloud

Build 23.0.8839

OAuthGrantType

The grant type for the OAuth flow. Deprecated. Use AuthScheme instead.

Possible Values

Client, Code

データ型

string

デフォルト値

""

解説

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839