MCPcopy Create free account
hub / github.com/Brickgraph/fast-graph / Token

Class Token

app/utils/schema.py:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6# Authorisation response models
7class Token(BaseModel):
8 access_token: str
9 token_type: str
10
11
12class TokenData(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected