UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

23 lines (15 loc) 593 B
# VerifiableCredentialProof ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **jwt** | **string** | | [optional] [default to undefined] **proof_type** | **string** | | [optional] [default to undefined] ## Example ```typescript import { VerifiableCredentialProof } from '@ory/client'; const instance: VerifiableCredentialProof = { jwt, proof_type, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)