# CodexSignedInAction

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/tui/widgets/codex_auth/CodexSignedInAction)

Outcome of the `CodexSignedInScreen` quick-action overlay.

Encoded as an enum (mirroring `AuthResult`) rather than bare strings so a
typo in either the producing `action_*` method or the consuming dispatch
is a type error, not a silent no-op.

## Signature

```python
CodexSignedInAction()
```

## Extends

- `StrEnum`

## Properties

- `SIGN_OUT`
- `REAUTH`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/tui/widgets/codex_auth.py#L315)