Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EncryptedCredentialDto

Data transfer object for a single EncryptedCredential Note: extending the protobuf definition of EncryptedCredential in order to make the date fields string for json serialization

Hierarchy

  • Omit<EncryptedCredential, "createdAt" | "updatedAt" | "expirationDate">
    • EncryptedCredentialDto

Index

Properties

createdAt

createdAt: string

credentialId

credentialId: string

data

Optional expirationDate

expirationDate: string

issuer

issuer: string

subject

subject: string

type

type: string

updatedAt

updatedAt: string

uuid

uuid: string

version

version: string

Generated using TypeDoc