ClientSecret
- Last Updated: July 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Sharepoint 6.0
- Documentation
Purpose
Specifies the client secret for your application when authenticating to SharePoint with OAuth 2.0 enabled.
Important: The client secret is a confidential value used to authenticate the application to the site. 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