@affinidi-tdk/credential-issuance-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE
24 lines (17 loc) • 1.5 kB
Markdown
# BatchCredentialResponse
## Properties
| Name | Type | Description | Notes |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------- | -------------------------- | --------------------------------- |
| **credential_responses** | [**Array<BatchCredentialResponseCredentialResponsesInner>**](BatchCredentialResponseCredentialResponsesInner.md) | | [default to undefined] |
| **c_nonce** | **string** | | [optional] [default to undefined] |
| **c_nonce_expires_in** | **number** | Expiration time in seconds | [optional] [default to undefined] |
## Example
```typescript
import { BatchCredentialResponse } from '@affinidi-tdk/credential-issuance-client'
const instance: BatchCredentialResponse = {
credential_responses,
c_nonce,
c_nonce_expires_in,
}
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)