skip to main content
Connection property descriptions : ClientID
  

Try DataDirect Drivers Now

ClientID

Purpose

Specifies the client ID key for your application. The driver uses this value for certain flows when authenticating to a REST service using OAuth 2.0 (AuthenticationMethod=OAuth2).

Valid Values

string
where:
string
is the client ID key for your application. For some systems, the value for this property is the same as your user name or your authenticating email address. In others, this value is supplied with your client secret. If you experience an authentication error, verify that you are using the correct value.

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

setClientID

Default

None

Data Type

String

See also

*OAuth 2.0 authentication
*OAuth 2.0 properties