MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / State

Class State

src/core/http/request/state.py:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class State(Protocol):
11 user: User | None = None
12 is_authenticated: bool = False
13
14
15class AuthState(State):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected