MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / AuthRequest

Class AuthRequest

src/models.py:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327# Authentication Models
328class AuthRequest(BaseModel):
329 project_id: Optional[str] = None
330 user_session: Optional[str] = None
331
332
333class AuthResponse(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected