CData Python Connector for Salesforce Marketing Cloud

Build 23.0.8839

APIIntegrationType

The grant type for the OAuth flow. Accepted entries are Server-to-Server and Web-App.

Possible Values

Server-to-Server, Web-App

データ型

string

デフォルト値

"Web-App"

解説

Deprecated along with OAuthGrantType. Use AuthScheme instead.

When an app is created on SF Marketing Cloud, you are given an option of Web-API and Server-to-Server. This acts to determine the grant type for the OAuth flow. 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.

Optionally set OAuthGrantType directly instead of setting this property. Using OAuthGrantType may be desireable in cases where multiple products are being used to keep everything consistent since APIIntegrationType is specific to Salesforce Marketing Cloud.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839