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