Skip to main content

@triveria/wallet / Exports / CredentialIssuanceInit

Interface: CredentialIssuanceInit

Request for addition of already created VC draft to issuance queue for a client. If clientId is used, it will be used as the queue item id, otherwise a new ID will be created.

Export

CredentialIssuanceInit

Table of contents

Properties

Properties

clientId

Optional clientId: string

The future holder identifier. Usually this is the DID of the holder wallet.

Memberof

CredentialIssuanceInit

Defined in

api.ts:264


idTokenRequestId

Optional idTokenRequestId: string

If ID Token was used to identify the holder's wallet.

Memberof

CredentialIssuanceInit

Defined in

api.ts:270


issuanceRequirementsToVerify

Optional issuanceRequirementsToVerify: IssuanceRequirementsToVerify

Memberof

CredentialIssuanceInit

Defined in

api.ts:276


issuerId

issuerId: string

Identifier used by the wallet to decide which issuer to use to issue the credential.

Memberof

CredentialIssuanceInit

Defined in

api.ts:258