diff --git a/docs/clients/auth/oauth.mdx b/docs/clients/auth/oauth.mdx index cf67d53ad..7f09e6112 100644 --- a/docs/clients/auth/oauth.mdx +++ b/docs/clients/auth/oauth.mdx @@ -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() -``` \ No newline at end of file +```