Uses of Class
com.authlete.common.dto.AuthorizationTicketInfoRequest
-
Packages that use AuthorizationTicketInfoRequest 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 AuthorizationTicketInfoRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type AuthorizationTicketInfoRequest Modifier and Type Method Description AuthorizationTicketInfoResponse
AuthleteApi. authorizationTicketInfo(AuthorizationTicketInfoRequest request)
Call Authlete's/auth/authorization/ticket/info
API. -
Uses of AuthorizationTicketInfoRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizationTicketInfoRequest Modifier and Type Method Description AuthorizationTicketInfoRequest
AuthorizationTicketInfoRequest. setTicket(String ticket)
Set the ticket that has been issued from the/auth/authorization
API.
-