@ory/client
Version:
OpenAPI client for @ory/client
35 lines (27 loc) • 1.15 kB
Markdown
# VerifiableCredentialPrimingResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**c_nonce** | **string** | | [optional] [default to undefined]
**c_nonce_expires_in** | **number** | | [optional] [default to undefined]
**error** | **string** | | [optional] [default to undefined]
**error_debug** | **string** | | [optional] [default to undefined]
**error_description** | **string** | | [optional] [default to undefined]
**error_hint** | **string** | | [optional] [default to undefined]
**format** | **string** | | [optional] [default to undefined]
**status_code** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { VerifiableCredentialPrimingResponse } from '@ory/client';
const instance: VerifiableCredentialPrimingResponse = {
c_nonce,
c_nonce_expires_in,
error,
error_debug,
error_description,
error_hint,
format,
status_code,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)