mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
Update oauth.mdx
This commit is contained in:
parent
89c1cff199
commit
b7256fef3c
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue