Uses of Class
com.authlete.common.dto.BackchannelAuthenticationFailRequest
-
Packages that use BackchannelAuthenticationFailRequest 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 BackchannelAuthenticationFailRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type BackchannelAuthenticationFailRequest Modifier and Type Method Description default BackchannelAuthenticationFailResponseAuthleteApi. backchannelAuthenticationFail(BackchannelAuthenticationFailRequest request)Call Authlete's/api/backchannel/authentication/failAPI.BackchannelAuthenticationFailResponseAuthleteApi. backchannelAuthenticationFail(BackchannelAuthenticationFailRequest request, Options options)Call Authlete's/api/backchannel/authentication/failAPI.BackchannelAuthenticationFailResponseAuthleteApiImplV3. backchannelAuthenticationFail(BackchannelAuthenticationFailRequest request, Options options)Call/api/{serviceId}/backchannel/authentication/failAPI. -
Uses of BackchannelAuthenticationFailRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return BackchannelAuthenticationFailRequest Modifier and Type Method Description BackchannelAuthenticationFailRequestBackchannelAuthenticationFailRequest. setErrorDescription(String description)Set the description of the error.BackchannelAuthenticationFailRequestBackchannelAuthenticationFailRequest. setErrorUri(URI uri)Set the URI of a document which describes the error in detail.BackchannelAuthenticationFailRequestBackchannelAuthenticationFailRequest. setReason(BackchannelAuthenticationFailRequest.Reason reason)Set the reason of the failure of the backchannel authentication request.BackchannelAuthenticationFailRequestBackchannelAuthenticationFailRequest. setTicket(String ticket)Set the ticket which should be deleted on a call of Authlete's/api/backchannel/authentication/failAPI.
-