VerifiableCredentialEncryptionType defines the types of encryption used for the credentials.

Enumeration Members

CROSSMINT_RECOVERABLE

CROSSMINT_RECOVERABLE: "crossmint-recoverable"
Wallet based encryption that is recoverable via Crossmint.

Defined in

verifiableCredentialsSDK/types/collection.ts:114

DECENTRALIZED_LIT

DECENTRALIZED_LIT: "decentralized-lit"
Decentralized encryption using the Lit protocol.

Defined in

verifiableCredentialsSDK/types/collection.ts:109

NONE

NONE: "none"
No encryption applied to the verifiable credentials.

Defined in

verifiableCredentialsSDK/types/collection.ts:104