Expand description
§bitwarden-crypto-sync-handler
This crate contains a sync handler that sets key management data to state on disk / reacts to sync.
Modules§
- crypto_
sync_ 🔒handler - Key management work that runs on every sync.
Structs§
- Crypto
Sync Data - The parts of a sync response the key management sync handler needs.
- Crypto
Sync Handler - [
bitwarden_sync::SyncHandler] implementation of the same work, reading the key id straight off the generated sync response model. - Crypto
Sync Handler Client - Client for the key management work that runs on every sync.
- Crypto
Sync User Decryption - The user decryption options a sync response carries, narrowed to the parts key management owns.
Enums§
- Crypto
Sync Data Parse Error - Errors returned when a sync response cannot be converted into
CryptoSyncData.
Constants§
- UNIFFI_
META_ 🔒CONST_ NAMESPACE_ BITWARDEN_ CRYPTO_ SYNC_ HANDLER - Export namespace metadata.
Traits§
- Crypto
Sync Handler Client Ext - Extension trait to add the key management sync handler client to the main Bitwarden SDK client.