# show_auth_help

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/ui/show_auth_help)

Show help information for the `auth` subcommand.

Invoked via the `-h` argparse action, the startup fast-path, or
`run_auth_command` when no auth subcommand is given. Kept import-light so
it stays on the startup fast path.

## Signature

```python
show_auth_help() -> None
```

---

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