MCPcopy Index your code
hub / github.com/dataease/SQLBot / Token

Class Token

backend/common/core/schemas.py:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 oid: int | None = None
14
15class Token(SQLModel):
16 access_token: str
17 token_type: str = "bearer"
18 platform_info: Optional[dict] = None
19
20class XOAuth2PasswordBearer(OAuth2PasswordBearer):
21 async def __call__(self, request: Request) -> Optional[str]:

Callers 2

mcp_startFunction · 0.90
local_loginFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected