Protected ReadonlyidReadonlyonFires when a secret is stored or deleted.
ReadonlysecretRemove 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, information that is sensitive.