TokenURI
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- 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
- By default, the connector prefixes the token URI endpoint with a GET request method. However, some OAuth implementations require that the token URI endpoint be passed with a POST request method. In this scenario, the token URI endpoint must be prefixed with POST when specifying the value of the TokenURI property. For example:
TokenURI=POST https://example.com/oauth2/authorize/. - See "OAuth 2.0 authentication" for more information.
Data Source Methods
public String getTokenUri()
public void setTokenUri(String)
Default Value
No default value
Data Type
String