UNPKG

@affinidi-tdk/credential-verification-client

Version:

Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION

30 lines (22 loc) 3.84 kB
# VerifyPresentationV2Input Request model of /v2/verify-vp ## Properties | Name | Type | Description | Notes | | -------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------- | | **verifiablePresentation** | **object** | | [optional] [default to undefined] | | **pexQuery** | [**VerifyPresentationV2InputPexQuery**](VerifyPresentationV2InputPexQuery.md) | | [optional] [default to undefined] | | **dcqlQuery** | **{ [key: string]: any; }** | DCQL (Digital Credentials Query Language) Query used to verify that the credentials in the Verifiable Presentation match the specified query requirements. Currently supports only ldp_vc format credentials. Developers should implement additional business rule validation on top of the verification results returned by this service. | [optional] [default to undefined] | | **challenge** | **string** | Optional challenge string for domain/challenge verification | [optional] [default to undefined] | | **domain** | **Array<string>** | Optional domain for verification. Array of domain strings as per W3C VP standard | [optional] [default to undefined] | ## Example ```typescript import { VerifyPresentationV2Input } from '@affinidi-tdk/credential-verification-client' const instance: VerifyPresentationV2Input = { verifiablePresentation, pexQuery, dcqlQuery, challenge, domain, } ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)