Re-exports§
pub use guard::SessionGuard;pub use store::LoginPoint;pub use store::MemoryStore;pub use store::SessionRecord;pub use store::SessionStore;
Modules§
Structs§
- Request
Context - 一次请求的全部输入,字段由调用方填写。
- Session
Config - 只放校准旋钮(阈值),不放策略。
- Session
Verdict - 一次校验的结论。
Enums§
- Decision
- 严格度递增(声明顺序即 Ord 顺序),取最严格者作为最终决策。
- Session
Error - 调用方误用,或后端故障向上传递。
- Session
Threat - 会话安全威胁。见 spec 的判定与处置映射表。
- Store
Error - 存储后端故障。