Uses of Class
com.authlete.common.dto.TokenFailRequest
-
Packages that use TokenFailRequest 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 TokenFailRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type TokenFailRequest Modifier and Type Method Description default TokenFailResponseAuthleteApi. tokenFail(TokenFailRequest request)Call Authlete's/auth/token/failAPI.TokenFailResponseAuthleteApi. tokenFail(TokenFailRequest request, Options options)Call Authlete's/auth/token/failAPI.TokenFailResponseAuthleteApiImplV3. tokenFail(TokenFailRequest request, Options options)Call/api/{serviceId}/auth/token/failAPI. -
Uses of TokenFailRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenFailRequest Modifier and Type Method Description TokenFailRequestTokenFailRequest. setReason(TokenFailRequest.Reason reason)Set the value of"reason"which is the reason of the failure of the token request.TokenFailRequestTokenFailRequest. setTicket(String ticket)Set the value of"ticket"which is the ticket issued by Authlete's/auth/tokenAPI to the service implementation.
-