Class SecretStorage<B>

Implements Secure Secret Storage and Sharing (MSC1946)

Deprecated

This is just a backwards-compatibility hack which will be removed soon. Use ServerSideSecretStorageImpl from ../secret-storage and/or SecretSharing from ./SecretSharing.

Type Parameters

Hierarchy

  • SecretStorage

Implements

Constructors

Properties

sharingImpl: SecretSharing

Methods

  • Store an encrypted secret on the server

    Parameters

    • name: string
    • secret: string
    • Optional keys: null | string[]

    Returns Promise<void>

Generated using TypeDoc