Class AuthorizationTicketInfo

  • All Implemented Interfaces:
    Serializable

    public class AuthorizationTicketInfo
    extends Object
    implements Serializable
    Information about a ticket that has been issued from the /auth/authorization API.
    Since:
    3.88, Authlete 3.0
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthorizationTicketInfo

        public AuthorizationTicketInfo()
    • Method Detail

      • getContext

        public String getContext()
        Get the arbitrary text attached to the ticket.
        Returns:
        The arbitrary text.
      • setContext

        public AuthorizationTicketInfo setContext​(String context)
        Set the arbitrary text attached to the ticket.
        Parameters:
        context - The arbitrary text.
        Returns:
        this object.