matrix-js-sdk

    Interface CreateSecretStorageOpts

    interface CreateSecretStorageOpts {
        createSecretStorageKey?: () => Promise<GeneratedSecretStorageKey>;
        setupNewKeyBackup?: boolean;
        setupNewSecretStorage?: boolean;
    }
    Index

    Properties

    createSecretStorageKey?: () => Promise<GeneratedSecretStorageKey>

    Function called to await a secret storage key creation flow.

    Type declaration

    setupNewKeyBackup?: boolean

    If true, a new key backup version will be created and the private key stored in the new SSSS store. Ignored if keyBackupInfo is supplied.

    setupNewSecretStorage?: boolean

    Reset even if keys already exist.

    MMNEPVFCICPMFPCPTTAAATR