Update oauth.mdx

This commit is contained in:
JeremyCraigMartinez 2025-06-10 13:23:01 -07:00 committed by GitHub
commit b7256fef3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@ await storage.clear()
To clear *all* tokens for all servers, call the `clear_all` method on the `FileTokenStorage` class:
```python
from fastmcp.client.auth import FileTokenStorage
from fastmcp.client.auth.oauth import FileTokenStorage
FileTokenStorage.clear_all()
```
```