Ask the server to check whether this ticket is still eligible to be checked in.

interface CheckTicketRequest {
    signature: Credential;
    ticket: SerializedPCD<EdDSATicketPCD>;
}

Properties

Properties

signature: Credential

Generated using TypeDoc