Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CredentialPb

Object which incorporates the relevant credential information in addition to a cryptographic proof so that the Credential is verifiable. aka "SignedCredential". Tightly coupled with UnsignedCredential.

Hierarchy

  • CredentialPb

Index

Properties

context

context: string[]

credentialStatus

credentialStatus: undefined | CredentialStatus

credentialSubject

credentialSubject: string

Optional expirationDate

expirationDate: Date

optional in the ts types

id

id: string

issuanceDate

issuanceDate: undefined | Date

issuer

issuer: string

proof

proof: undefined | ProofPb

type

type: string[]

Generated using TypeDoc