TokenURI
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- HubSpot 6.0
- Documentation
Purpose
Specifies the endpoint used to exchange authentication credentials for access tokens when OAuth 2.0 authentication is enabled.
Valid Values
String
where:
String
is the endpoint used to retrieve OAuth 2.0 access tokens.
Notes
See "OAuth 2.0 authentication" for more information.
Data Source Methods
public String getTokenUri()
public void setTokenUri(String)
Default Value
https://api.hubapi.com/oauth/v1/token
Data Type
String