UNPKG

@affinidi-tdk/credential-verification-client

Version:

Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION

32 lines (24 loc) 1.28 kB
# VerifyPresentationInput Request model of /verify-vp ## Properties | Name | Type | Description | Notes | | -------------------------- | ---------- | ----------- | --------------------------------- | | **verifiablePresentation** | **object** | | [optional] [default to undefined] | | **signedPresentation** | **object** | | [optional] [default to undefined] | | **presentationDefinition** | **object** | | [optional] [default to undefined] | | **presentationSubmission** | **object** | | [optional] [default to undefined] | | **dcqlQuery** | **object** | | [optional] [default to undefined] | | **challenge** | **string** | | [optional] [default to undefined] | ## Example ```typescript import { VerifyPresentationInput } from '@affinidi-tdk/credential-verification-client' const instance: VerifyPresentationInput = { verifiablePresentation, signedPresentation, presentationDefinition, presentationSubmission, dcqlQuery, challenge, } ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)