Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PresentationRequestPostDto

Type to encapsulate the response body returned when a PresentationRequest is created AKA PresentationRequestEnriched

deprecated

only used in legacy saas service PresentationRequestRepo that needs to be removed (and can be now on v4)

Hierarchy

  • PresentationRequestPostDto

Index

Properties

deeplink

deeplink: string

holderApp

holderApp: Pick<HolderApp, "name" | "deeplinkButtonImg">

issuers

issuers: Record<string, Pick<Issuer, "name" | "did">>

presentationRequest

presentationRequest: PresentationRequest

qrCode

qrCode: string

verifier

verifier: Pick<Verifier, "url" | "name" | "did">

Generated using TypeDoc