Spaces:
Running
Running
Update oauth.mdx
Browse files
docs/clients/auth/oauth.mdx
CHANGED
|
@@ -111,7 +111,7 @@ await storage.clear()
|
|
| 111 |
To clear *all* tokens for all servers, call the `clear_all` method on the `FileTokenStorage` class:
|
| 112 |
|
| 113 |
```python
|
| 114 |
-
from fastmcp.client.auth import FileTokenStorage
|
| 115 |
|
| 116 |
FileTokenStorage.clear_all()
|
| 117 |
-
```
|
|
|
|
| 111 |
To clear *all* tokens for all servers, call the `clear_all` method on the `FileTokenStorage` class:
|
| 112 |
|
| 113 |
```python
|
| 114 |
+
from fastmcp.client.auth.oauth import FileTokenStorage
|
| 115 |
|
| 116 |
FileTokenStorage.clear_all()
|
| 117 |
+
```
|