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
.
Store a secret under a given key.
The key to store the secret under.
The secret.
Remove a secret from storage.
The key the secret was stored under.
Fires when a secret is stored or deleted.
Generated using TypeDoc
Represents a storage utility for secrets, information that is sensitive.