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