Purpose

Specifies the client ID key for your application when authenticating to REST endpoints with OAuth 2.0 enabled.

Valid Values

String

where:

String

is the client ID key for your application.

Notes

  • In some cases, 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.

  • See "OAuth 2.0 authentication" for more information.

Data Source Methods

public String getClientId()

public void setClientId(String)

Default Value

No default value

Data Type

String