Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VerificationResponse

Interface to encapsulate the response that the UnumID SaaS is expecting after forwarding the encrypted presentation to the verifier app for verification. Notably it is not the DecryptedPresentation type from the Server SDK returns because the SaaS to never deals with the plaintext presentations.

Hierarchy

  • VerificationResponse

Index

Properties

isVerified

isVerified: boolean

presentationReceiptInfo

presentationReceiptInfo: PresentationReceiptInfo

type

type: "VerifiablePresentation" | "DeclinedPresentation"

Generated using TypeDoc