Type alias UserEncryptionInfo
UserEncryptionInfo: {
encryptionEnabled: boolean;
iv: string;
privateKey: string;
publicKey: string;
salt: string;
verificationHash: string;
}
Type declaration
encryptionEnabled: boolean
iv: string
privateKey: string
publicKey: string
salt: string
verificationHash: string