Module store

Module store 

Source
Expand description

Storage contracts and built-in store implementations for broker token records.

Re-exports§

pub use file::FileStore;
pub use memory::MemoryStore;

Modules§

file
Simple file-backed BrokerStore for lightweight deployments and bots.
memory
Thread-safe in-memory BrokerStore implementation for local development and tests.

Structs§

StoreKey
Unique key identifying a stored token record.

Enums§

CompareAndSwapOutcome
Result of a refresh-token compare-and-swap attempt.
StoreError
Error type produced by BrokerStore implementations.

Traits§

BrokerStore
Storage backend contract implemented by broker token stores.

Type Aliases§

StoreFuture
Persistence contract for broker-issued tokens.