Uses of Class
com.authlete.common.dto.AuthorizationTicketInfoResponse
-
Packages that use AuthorizationTicketInfoResponse 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 AuthorizationTicketInfoResponse in com.authlete.common.api
Methods in com.authlete.common.api that return AuthorizationTicketInfoResponse Modifier and Type Method Description default AuthorizationTicketInfoResponseAuthleteApi. authorizationTicketInfo(AuthorizationTicketInfoRequest request)Call Authlete's/auth/authorization/ticket/infoAPI.AuthorizationTicketInfoResponseAuthleteApi. authorizationTicketInfo(AuthorizationTicketInfoRequest request, Options opitons)Call Authlete's/auth/authorization/ticket/infoAPI.AuthorizationTicketInfoResponseAuthleteApiImplV3. authorizationTicketInfo(AuthorizationTicketInfoRequest request, Options options) -
Uses of AuthorizationTicketInfoResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizationTicketInfoResponse Modifier and Type Method Description AuthorizationTicketInfoResponseAuthorizationTicketInfoResponse. setAction(AuthorizationTicketInfoResponse.Action action)Set the result of the/auth/authorization/ticket/infoAPI call.AuthorizationTicketInfoResponseAuthorizationTicketInfoResponse. setInfo(AuthorizationTicketInfo info)Set the information about the ticket.
-