# CodexSignedInScreen

> **Class** in `deepagents_code`

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

Quick-action overlay shown when `openai_codex` is already signed in.

Dismissal values:

- `CodexSignedInAction.SIGN_OUT`: delete the stored token.
- `CodexSignedInAction.REAUTH`: open the OAuth flow again.
- `None`: close without changes.

## Signature

```python
CodexSignedInScreen()
```

## Extends

- `ModalScreen['CodexSignedInAction | None']`

## Properties

- `BINDINGS`
- `CSS`

## Methods

- [`compose()`](https://reference.langchain.com/python/deepagents-code/tui/widgets/codex_auth/CodexSignedInScreen/compose)
- [`on_mount()`](https://reference.langchain.com/python/deepagents-code/tui/widgets/codex_auth/CodexSignedInScreen/on_mount)
- [`action_signout()`](https://reference.langchain.com/python/deepagents-code/tui/widgets/codex_auth/CodexSignedInScreen/action_signout)
- [`action_reauth()`](https://reference.langchain.com/python/deepagents-code/tui/widgets/codex_auth/CodexSignedInScreen/action_reauth)
- [`action_cancel()`](https://reference.langchain.com/python/deepagents-code/tui/widgets/codex_auth/CodexSignedInScreen/action_cancel)

---

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