Skip to main content

@triveria/wallet / Exports / CredentialIssuerDefinition

Interface: CredentialIssuerDefinition

Default value of signingKeyIdentifier is DID.

Table of contents

Properties

Properties

credentialFormat

credentialFormat: CredentialFormat

Defined in

api.ts:158


credentialIssuer

credentialIssuer: CredentialIssuerDefinitionCredentialIssuerEnum

Type of issuer to be used with credentials of the type specified.

Defined in

api.ts:156


credentialType

credentialType: string

Type of credentials for which the specified credential issuer will be used.

Defined in

api.ts:152


description

Optional description: string

Human readable issuer description

Defined in

api.ts:144


disclosableClaims

Optional disclosableClaims: string[]

JSON paths of credential claims which will support being disclosed partially.

Defined in

api.ts:163


id

id: string

Unique identifier of the issuer

Defined in

api.ts:148


issuerConfiguration

Optional issuerConfiguration: CredentialIssuerDefinitionIssuerConfiguration

Defined in

api.ts:157


name

name: string

Human readable issuer name

Defined in

api.ts:140


signingKeyIdentifier

Optional signingKeyIdentifier: SigningKeyIdentifier

Defined in

api.ts:159