Interface PresentationRequestPostDto
Hierarchy
-
PresentationRequestPostDto
Properties
deeplink
deeplink: string
holderApp
holder
App: Pick<HolderApp, "name" | "deeplinkButtonImg">
issuers
issuers
: Record<string, Pick<Issuer, "name" | "did">>
verifier
verifier
: Pick<Verifier, "url" | "name" | "did">
Type to encapsulate the response body returned when a PresentationRequest is created AKA PresentationRequestEnriched
only used in legacy saas service PresentationRequestRepo that needs to be removed (and can be now on v4)