skip to main content
Connection property descriptions : ClientSecret
  

Try DataDirect Drivers Now

ClientSecret

Purpose

Specifies the client secret for your application when authenticating to a REST service with OAuth 2.0 enabled (AuthenticationMethod=OAuth2).
Important: The client secret is a confidential value used to authenticate the application to the server. To prevent unauthorized access, this value must be securely maintained.

Valid Values

string
where:
string
is the client secret for your application.

Notes

*This property is not required for all authentication flows. See “OAuth 2.0 authentication” for a list of common authentication flows and their requirements. If you are unsure of the requirements for your authentication flow, contact your administrator for more information.

Data Source Method

setClientSecret

Default

None

Data Type

String

See also

*OAuth 2.0 authentication
*OAuth 2.0 properties