jeremymartinez commited on
Commit
5e9d306
·
unverified ·
1 Parent(s): 7f6acf9

Update oauth.mdx

Browse files
Files changed (1) hide show
  1. docs/clients/auth/oauth.mdx +2 -2
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
+ ```