UNPKG

@affinidi-tdk/credential-verification-client

Version:

Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION

24 lines (16 loc) 899 B
# VerifyCredentialV2Input Request model of /v2/verify-vcs ## Properties | Name | Type | Description | Notes | | ---------- | ---------------------------------------- | ---------------------- | --------------------------------- | | **jwtVcs** | **Array<string>** | List of JWT VC strings | [optional] [default to undefined] | | **ldpVcs** | **Array<{ [key: string]: any; }>** | List of LDP VC objects | [optional] [default to undefined] | ## Example ```typescript import { VerifyCredentialV2Input } from '@affinidi-tdk/credential-verification-client' const instance: VerifyCredentialV2Input = { jwtVcs, ldpVcs, } ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)