@affinidi-tdk/credential-verification-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION
32 lines (24 loc) • 1.28 kB
Markdown
Request model of /verify-vp
| 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] |
```typescript
import { VerifyPresentationInput } from '@affinidi-tdk/credential-verification-client'
const instance: VerifyPresentationInput = {
verifiablePresentation,
signedPresentation,
presentationDefinition,
presentationSubmission,
dcqlQuery,
challenge,
}
```
[[Back to Model list]](../README.md