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 NativeSsoLogoutResponseAuthleteApi. nativeSsoLogout(NativeSsoLogoutRequest request, Options options)Call Authlete's/nativesso/logoutAPI.NativeSsoLogoutResponseAuthleteApiImplV3. nativeSsoLogout(NativeSsoLogoutRequest request, Options options) -
Uses of NativeSsoLogoutRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return NativeSsoLogoutRequest Modifier and Type Method Description NativeSsoLogoutRequestNativeSsoLogoutRequest. setSessionId(String sessionId)Set the session ID of a user's authentication session.
-