@affinidi-tdk/credential-issuance-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE
13 lines (9 loc) • 2.7 kB
Markdown
# StartIssuanceInput
## Properties
| Name | Type | Description | Notes |
| -------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| **claimMode** | **String** | In TX_CODE claim mode, additional transaction code will be generated and the Authorization Server expects presentation of the transaction Code by the end-user. If FIXED_HOLDER claim mode is defined, holderDid must be present and service will not generate additional transaction code (NORMAL claimMode is deprecated). | [optional] [default to null] |
| **holderDid** | **String** | Holder DID | [optional] [default to null] |
| **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. | [optional] [default to null] |
| **data** | [**List**](StartIssuanceInput_data_inner.md) | | [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)