skip to main content
Connection property descriptions : LogoffURI
  

Try DataDirect Drivers Now

LogoffURI

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 Method

setLogoffURI

Default

None

Data Type

String

See Also

*OAuth 2.0 authentication
*OAuth 2.0 properties