verifyPresentation
Verifies the tokens in a presentation's receipt and returns the validity of each.
verifyPresentation(
presentedAt: String!
receipt: PresentationReceiptInput!
): VerifyPresentationResult!
Arguments
verifyPresentation.presentedAt
● String!
non-null scalar
verifyPresentation.receipt
● PresentationReceiptInput!
non-null input
Type
VerifyPresentationResult
object
Verification result for a Presentation's receipt tokens.