Verifies a POD Ticket PCD by checking that its PODTicketPCDClaim corresponds to
its PODTicketPCDProof. If they match, the function returns true, otherwise false.
In most cases, verifying the validity of the PCD with this function is not enough.
It may also be necessary to ensure that the parameters of the ticket, such as the
productId and eventId, match the expected values, and that the public key of the
entity that signed the ticket is indeed the authority for that event.
Verifies a POD Ticket PCD by checking that its PODTicketPCDClaim corresponds to its PODTicketPCDProof. If they match, the function returns true, otherwise false. In most cases, verifying the validity of the PCD with this function is not enough. It may also be necessary to ensure that the parameters of the ticket, such as the productId and eventId, match the expected values, and that the public key of the entity that signed the ticket is indeed the authority for that event.