MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / Token

Class Token

backend/src/auth/schemas.py:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class Token(SQLModel):
5 access_token: str
6 token_type: str = "bearer"
7
8
9class TokenPayload(SQLModel):

Callers 1

login_access_tokenFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected