skip to main content
Connection Property Descriptions : ClientSecret
  

Try DataDirect Drivers Now

ClientSecret

Purpose

Specifies the consumer secret for your application. This value can optionally be specified when authenticating to a Salesforce instance using OAuth 2.0 (AuthenticationMethod=oauth2.0).
Refer to the Salesforce documentation to know how to obtain the consumer secret for your application.

Valid Values

string
where:
string
is the consumer secret for your aplication.

Data Source Method

setClientSecret

Default

None

Data Type

String

See also

Configuring OAuth 2.0 authentication
AuthenticationMethod