skip to main content
Connection Option Descriptions : Logoff URI
  

Try DataDirect Drivers Now

Logoff URI

Attribute

LogoffURI (O2LU)

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/

Default

None

GUI Tab

Authentication tab

See Also

*Authentication Method
*OAuth 2.0 Authentication