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

Class AuthCallbackRequest

src/models.py:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360
361class AuthCallbackRequest(BaseModel):
362 project_id: Optional[str] = None # 现在是可选的
363 mode: Optional[str] = "geminicli" # 凭证模式: geminicli 或 antigravity
364
365
366class AuthCallbackUrlRequest(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected