Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
class
Token(SQLModel):
5
access_token: str
6
token_type: str =
"bearer"
7
8
9
class
TokenPayload(SQLModel):
Callers
1
login_access_token
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected