ClientSecret
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- HubSpot 6.0
- Documentation
Purpose
Specifies the client secret for your application when authenticating to HubSpot 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