Uses of Class
com.authlete.common.dto.BackchannelLogoutTokenRequest
-
Packages that use BackchannelLogoutTokenRequest 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 BackchannelLogoutTokenRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type BackchannelLogoutTokenRequest Modifier and Type Method Description default BackchannelLogoutTokenResponseAuthleteApi. backchannelLogoutToken(BackchannelLogoutTokenRequest request)Call Authlete's/backchannel/logout/tokenAPI.BackchannelLogoutTokenResponseAuthleteApi. backchannelLogoutToken(BackchannelLogoutTokenRequest request, Options options)Call Authlete's/backchannel/logout/tokenAPI.BackchannelLogoutTokenResponseAuthleteApiImplV3. backchannelLogoutToken(BackchannelLogoutTokenRequest request, Options options) -
Uses of BackchannelLogoutTokenRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return BackchannelLogoutTokenRequest Modifier and Type Method Description BackchannelLogoutTokenRequestBackchannelLogoutTokenRequest. setClientIdentifier(String identifier)Set the client identifier.BackchannelLogoutTokenRequestBackchannelLogoutTokenRequest. setSessionId(String sessionId)Set the session ID.BackchannelLogoutTokenRequestBackchannelLogoutTokenRequest. setSubject(String subject)Set the subject of the end-user.
-