Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/su-kaka/gcli2api
/ CredentialStatus
Class
CredentialStatus
src/models.py:345–348 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
344
345
class
CredentialStatus(BaseModel):
346
disabled: bool = False
347
error_codes: List[int] = []
348
last_success: Optional[str] = None
349
350
351
# Web Routes Models
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected