LogoffURI
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the endpoint the driver calls to notify the service to log the
client out of the session, including performing any clean-up tasks or expiring the token. The driver
uses this value when authenticating to a REST service using OAuth 2.0 (AuthenticationMethod=OAuth2).
Valid Values
string
where:
string
is the endpoint used to retrieve OAuth 2.0 authorization codes. For example:
https://example.com/oauth2/logout/
Data Source Methods
public String getLogoffUri()
public void setLogoffUri(String)
Default Value
No default value
Data Type
String