Interface StorageOptions

Options for storage operations. Used in methods from Storage.

Hierarchy

  • StorageOptions

Properties

Properties

shared?: boolean

Whether to use shared storage to store the data Defaults to false.

secure?: boolean

Whether to use secure (encrypted) storage to store the data Defaults to false.

Generated using TypeDoc