Expand description
A temporary bridge to access KM-related state from within the SDK. The state bridge is a temporary layer that allows quickly transitioning non-repository shaped state to be accessible from within the SDK.
This is not a public API that should be used by other teams. It will be
replaced by a bitwarden-state implementation as soon as that gains support
for non-repository state.
Structs§
- State
Bridge - Thread-safe wrapper around the registered
StateBridgeImplinstance. - State
Bridge Client - Client for interacting with the key-management state bridge. This is used to read and write state held by the clients
Constants§
Traits§
- State
Bridge Impl - Host-provided storage bridge for key-management state.