Enums§
- Session
Source - Which tier produced the session id. Useful for diagnostics / audit
and to let downstream code branch on binding strength (e.g., only
trust
token_claim-derived sessions for the highest-stakes operations).
Functions§
- resolve_
session - Resolve a session id from the request’s
Extensions. ReturnsSome((id, source))on the first tier that hits, orNonewhen every tier comes up empty (anonymous request, no claims, no header, no identity).