@affinidi-tdk/credential-issuance-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE
26 lines (19 loc) • 1.76 kB
Markdown
# StartIssuanceResponse
## Properties
| Name | Type | Description | Notes |
| ---------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------- |
| **credentialOfferUri** | **string** | URL where wallet can view offer details | [default to undefined] |
| **txCode** | **string** | One time transaction code generated by CIS | [optional] [default to undefined] |
| **issuanceId** | **string** | Website\'s internal identifier. Website may use to get info about the status of issuance flow. If it is not provided, CIS will generate one. | [default to undefined] |
| **expiresIn** | **number** | Expire time in seconds | [default to undefined] |
## Example
```typescript
import { StartIssuanceResponse } from '@affinidi-tdk/credential-issuance-client'
const instance: StartIssuanceResponse = {
credentialOfferUri,
txCode,
issuanceId,
expiresIn,
}
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)