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 TokenFailResponse
AuthleteApi. tokenFail(TokenFailRequest request)
Call Authlete's/auth/token/fail
API. -
Uses of TokenFailRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenFailRequest Modifier and Type Method Description TokenFailRequest
TokenFailRequest. setReason(TokenFailRequest.Reason reason)
Set the value of"reason"
which is the reason of the failure of the token request.TokenFailRequest
TokenFailRequest. setTicket(String ticket)
Set the value of"ticket"
which is the ticket issued by Authlete's/auth/token
API to the service implementation.
-