ClientSecret
- Last Updated: July 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Dynamics 365 6.0
- Documentation
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