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

Class AuthState

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

Source from the content-addressed store, hash-verified

13
14
15class AuthState(State):
16 user: User
17
18
19def get_state(request: Request) -> State:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected