@refinio/one.models
    Preparing search index...

    This is the wrapper used to transmit the encrypted recovery information and the public key used to derive the symmetric key that was used for the encryption.

    type BundledEncryptedRecoveryInformation = {
        encryptedRecoveryInformation: HexString;
        encryptionPublicKey: HexString;
    }
    Index

    Properties

    encryptedRecoveryInformation: HexString
    encryptionPublicKey: HexString