TokenURI
- Last Updated: April 10, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the endpoint for retrieving access tokens when OAuth 2.0 authentication is enabled.
Valid Values
String
where:
String
is the endpoint used to retrieve access tokens.
Notes
See "OAuth 2.0 authentication" for more information.
Data Source Methods
public String getTokenUri()
public void setTokenUri(String)
Default Value
https://accounts.google.com/o/oauth2/token
Data Type
String