# load_credentials

> **Function** in `deepagents_code`

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

Return all stored credentials keyed by provider name.

## Signature

```python
load_credentials() -> dict[str, StoredCredential]
```

## Returns

`dict[str, StoredCredential]`

Mapping of provider name to its stored credential. Empty when no

---

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