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