Uses of Class
com.authlete.common.dto.NativeSsoLogoutResponse
-
Packages that use NativeSsoLogoutResponse 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 NativeSsoLogoutResponse in com.authlete.common.api
Methods in com.authlete.common.api that return NativeSsoLogoutResponse Modifier and Type Method Description NativeSsoLogoutResponseAuthleteApi. nativeSsoLogout(NativeSsoLogoutRequest request, Options options)Call Authlete's/nativesso/logoutAPI.NativeSsoLogoutResponseAuthleteApiImplV3. nativeSsoLogout(NativeSsoLogoutRequest request, Options options) -
Uses of NativeSsoLogoutResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return NativeSsoLogoutResponse Modifier and Type Method Description NativeSsoLogoutResponseNativeSsoLogoutResponse. setAction(NativeSsoLogoutResponse.Action action)Set the next action that the API caller should take.NativeSsoLogoutResponseNativeSsoLogoutResponse. setCount(int count)Set the number of deleted access/refresh token records.
-