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 AuthorizationTicketInfoResponse
AuthleteApi. authorizationTicketInfo(AuthorizationTicketInfoRequest request)
Call Authlete's/auth/authorization/ticket/info
API. -
Uses of AuthorizationTicketInfoResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizationTicketInfoResponse Modifier and Type Method Description AuthorizationTicketInfoResponse
AuthorizationTicketInfoResponse. setAction(AuthorizationTicketInfoResponse.Action action)
Set the result of the/auth/authorization/ticket/info
API call.AuthorizationTicketInfoResponse
AuthorizationTicketInfoResponse. setInfo(AuthorizationTicketInfo info)
Set the information about the ticket.
-