Purpose

Specifies the client secret for your application when authenticating to Dynamics 365 with OAuth 2.0 enabled.

Important: The client secret is a confidential value used to authenticate the application to the service. To prevent unauthorized access, this value must be securely maintained.

Valid Values

String

where:

String

is the client secret for your application.

Notes

See "OAuth 2.0 authentication" for more information.

Data Source Methods

public String getClientSecret()

public void setClientSecret(String)

Default Value

No default value

Data Type

String