Deletes the secret.
Releases the change subscription.
Fires when this key's value changes.
The value, or undefined when unset. Rejects on malformed/invalid data or adapter failure; failure details never contain the stored value.
Writes the value. With a schema, the value is validated first and an
invalid one rejects with SECRET_INVALID before anything reaches the
platform's store. Structured values are then JSON-serialized, so values
unsupported by JSON can throw before the asynchronous store call.
A typed secret scoped to one key.
The structured flavour of
SecretStorage: values are JSON-serialized, and when a schema is declared they are validated against it in both directions — before a write is serialized, and after a read is parsed.