@triveria/wallet / Exports / CredentialIssuerDefinition
Interface: CredentialIssuerDefinition
Default value of signingKeyIdentifier is DID.
Table of contents
Properties
- credentialFormat
- credentialIssuer
- credentialType
- description
- disclosableClaims
- id
- issuerConfiguration
- name
- signingKeyIdentifier
Properties
credentialFormat
• credentialFormat: CredentialFormat
Defined in
credentialIssuer
• credentialIssuer: CredentialIssuerDefinitionCredentialIssuerEnum
Type of issuer to be used with credentials of the type specified.
Defined in
credentialType
• credentialType: string
Type of credentials for which the specified credential issuer will be used.
Defined in
description
• Optional description: string
Human readable issuer description
Defined in
disclosableClaims
• Optional disclosableClaims: string[]
JSON paths of credential claims which will support being disclosed partially.
Defined in
id
• id: string
Unique identifier of the issuer
Defined in
issuerConfiguration
• Optional issuerConfiguration: CredentialIssuerDefinitionIssuerConfiguration
Defined in
name
• name: string
Human readable issuer name
Defined in
signingKeyIdentifier
• Optional signingKeyIdentifier: SigningKeyIdentifier