Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Credential

Interface which incorporates the relevant credential information in addition to a cryptographic proof so that the Credential is verifiable. Note: extending the protobuf definition to enforce attribute existence.

Hierarchy

Index

Properties

context

context: ["https://www.w3.org/2018/credentials/v1", ...string[]]

credentialStatus

credentialStatus: CredentialStatus

credentialSubject

credentialSubject: string

Optional expirationDate

expirationDate: Date

optional in the ts types

id

id: string

issuanceDate

issuanceDate: Date

issuer

issuer: string

proof

proof: Proof

type

type: ["VerifiableCredential", ...string[]]

Generated using TypeDoc