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

Class LoginRequest

src/models.py:352–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350
351# Web Routes Models
352class LoginRequest(BaseModel):
353 password: str
354
355
356class AuthStartRequest(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected