Uses of Class
com.authlete.common.dto.NativeSsoLogoutRequest
-
Packages that use NativeSsoLogoutRequest Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of NativeSsoLogoutRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type NativeSsoLogoutRequest Modifier and Type Method Description NativeSsoLogoutResponse
AuthleteApi. nativeSsoLogout(NativeSsoLogoutRequest request, Options options)
Call Authlete's/nativesso/logout
API. -
Uses of NativeSsoLogoutRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return NativeSsoLogoutRequest Modifier and Type Method Description NativeSsoLogoutRequest
NativeSsoLogoutRequest. setSessionId(String sessionId)
Set the session ID of a user's authentication session.
-