Uses of Class
com.authlete.common.dto.BackchannelLogoutTokenResponse
-
Packages that use BackchannelLogoutTokenResponse 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 BackchannelLogoutTokenResponse in com.authlete.common.api
Methods in com.authlete.common.api that return BackchannelLogoutTokenResponse 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 BackchannelLogoutTokenResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return BackchannelLogoutTokenResponse Modifier and Type Method Description BackchannelLogoutTokenResponseBackchannelLogoutTokenResponse. setAction(BackchannelLogoutTokenResponse.Action action)Set the next action that API caller should take.BackchannelLogoutTokenResponseBackchannelLogoutTokenResponse. setBackchannelLogoutUri(URI uri)Set the client's Back-Channel Logout URI, which corresponds to thebackchannel_client metadata parameter defined in the OpenID Connect Back-Channel Logout 1.0 specification.logout_ uri BackchannelLogoutTokenResponseBackchannelLogoutTokenResponse. setLogoutToken(String logoutToken)Set the issued Logout Token.
-