Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ TokenData
Class
TokenData
docs_src/security/tutorial004_py310.py:33–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
33
class
TokenData(BaseModel):
34
username: str | None = None
35
36
37
class
User(BaseModel):
Callers
1
get_current_user
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…