MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / Token

Class Token

backend/app/api/auth.py:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17oauth2_scheme = OAuth2PasswordBearer(tokenUrl="/api/auth/token")
18
19class Token(BaseModel):
20 access_token: str
21 token_type: str
22
23class TokenData(BaseModel):
24 username: Optional[str] = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected