14.0.0 • Published 1 year ago
@tkey-singularity/server-storage v14.0.0
tKey Chrome Storage Module
The tKey Server Storage Module helps you store and recall key shares in the server. This module is the part of the tKey SDK.
Installation
npm install --save @tkey/server-storage
Initialization
Import the ServerStorageModule
class from @tkey/server-storage
import ServerStorageModule from "@tkey/server-storage";
Assign the ServerStorageModule
class to a variable
const serverStorageModule = new ServerStorageModule();
Returns
The ChromeExtensionStorageModule
class returns an object with the following properties:
class ServerStorageModule implements IModule {
moduleName: string;
tbSDK: ITKeyApi;
constructor();
setModuleReferences(tbSDK: ITKeyApi): void;
initialize(): Promise<void>;
storeWebShare(deviceShareStore: ShareStore, customDeviceInfo?: StringifiedType): Promise<void>;
}
14.0.0
1 year ago
11.0.9
1 year ago
1000.0.1
1 year ago
11.0.2
2 years ago
11.0.0
2 years ago
7.3.3
2 years ago
1.1.41
2 years ago
1.1.23
2 years ago
1.1.22
2 years ago
1.1.21
2 years ago
1.1.31
2 years ago
1.1.20
2 years ago
7.3.1
2 years ago
0.0.12
2 years ago
7.3.0
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago