MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / websocket_auth_failure

Function websocket_auth_failure

src/web/auth.py:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91
92def websocket_auth_failure() -> Tuple[int, str]:
93 if is_default_security_config_active():
94 return 4403, "password_change_required"
95 return 4401, "unauthorized"

Callers 2

task_websocketFunction · 0.85
batch_websocketFunction · 0.85

Calls 1

Tested by

no test coverage detected