AddSecretStorageKeyOpts
Defined in: src/secret-storage.ts:106
Options for ServerSideSecretStorageImpl#addKey.
Properties
Section titled “Properties”key:
Uint8Array<ArrayBuffer>
Defined in: src/secret-storage.ts:112
The private key. Will be used to generate the key check values in the key info; it will not be stored on the server
optionalname?:string
Defined in: src/secret-storage.ts:110
Optional name of the key.
passphrase?
Section titled “passphrase?”
optionalpassphrase?:PassphraseInfo
Defined in: src/secret-storage.ts:108
Information for deriving the key from a passphrase if any.