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 default AuthorizationTicketUpdateResponseAuthleteApi. authorizationTicketUpdate(AuthorizationTicketUpdateRequest request)Call Authlete's/auth/authorization/ticket/updateAPI.AuthorizationTicketUpdateResponseAuthleteApi. authorizationTicketUpdate(AuthorizationTicketUpdateRequest request, Options options)Call Authlete's/auth/authorization/ticket/updateAPI.AuthorizationTicketUpdateResponseAuthleteApiImplV3. authorizationTicketUpdate(AuthorizationTicketUpdateRequest request, Options options) -
Uses of AuthorizationTicketUpdateRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizationTicketUpdateRequest Modifier and Type Method Description AuthorizationTicketUpdateRequestAuthorizationTicketUpdateRequest. setInfo(AuthorizationTicketInfo info)Set the information about the ticket.AuthorizationTicketUpdateRequestAuthorizationTicketUpdateRequest. setTicket(String ticket)Set the ticket that has been issued from the/auth/authorizationAPI.
-