Skip to main content

Module state_bridge

Module state_bridge 

Source
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§

StateBridge
Thread-safe wrapper around the registered StateBridgeImpl instance.
StateBridgeClient
Client for interacting with the key-management state bridge. This is used to read and write state held by the clients

Constants§

UNIFFI_META_CONST_BITWARDEN_CORE_INTERFACE_STATEBRIDGECLIENT 🔒

Traits§

StateBridgeImpl
Host-provided storage bridge for key-management state.