Remove a secret from storage.
The key the secret was stored under.
Retrieve a secret that was stored with key. Returns undefined if there is no password matching that key.
The key the secret was stored under.
The stored value or undefined.
Retrieve the keys of all the secrets stored by this extension.
Store a secret under a given key.
The key to store the secret under.
The secret.
Represents a storage utility for secrets (or any information that is sensitive) that will be stored encrypted. The implementation of the secret storage will be different on each platform and the secrets will not be synced across machines.