MCPcopy Index your code
hub / github.com/fastapi/fastapi / Token

Class Token

docs_src/security/tutorial004_py310.py:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class Token(BaseModel):
29 access_token: str
30 token_type: str
31
32
33class TokenData(BaseModel):

Callers 1

login_for_access_tokenFunction · 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…