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