Crate greentic_session

Crate greentic_session 

Source

Re-exports§

pub use error::SessionResult;
pub use store::SessionStore;

Modules§

error
inmemory
mapping
store

Structs§

GreenticError
Error type carrying a code and message.
SessionData
Persisted session payload describing how to resume a flow.
SessionKey
Unique key referencing a persisted session.

Enums§

ErrorCode
Canonical error codes used across the Greentic platform.
SessionBackendConfig
Configuration for selecting a session backend.

Functions§

create_session_store
Creates a boxed session store using the provided backend configuration.