# AuthConfig

> **Class** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/schemas/AuthConfig)

Configuration for custom authentication logic and how it integrates into the OpenAPI spec.

## Signature

```python
AuthConfig()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    path: str,
    disable_studio_auth: bool,
    openapi: SecurityConfig,
    cache: CacheConfig,
)
```

| Name | Type |
|------|------|
| `path` | `str` |
| `disable_studio_auth` | `bool` |
| `openapi` | `SecurityConfig` |
| `cache` | `CacheConfig` |


## Properties

- `path`
- `disable_studio_auth`
- `openapi`
- `cache`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/0a26b471d34da94186bee8c48d0c463b5a3bd0a0/libs/cli/langgraph_cli/schemas.py#L308)