From 9fdbc1712ab6b60d3168bc7783a16b220ea07fe6 Mon Sep 17 00:00:00 2001 From: fastapi-users-ci Date: Fri, 24 Oct 2025 15:31:50 +0000 Subject: [PATCH] Deployed 2b64cb3 to dev with MkDocs 1.6.1 and mike 2.1.3 --- dev/configuration/oauth/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/configuration/oauth/index.html b/dev/configuration/oauth/index.html index e00d0381..933d72a3 100644 --- a/dev/configuration/oauth/index.html +++ b/dev/configuration/oauth/index.html @@ -1911,7 +1911,7 @@

Configuration

Instantiate an OAuth2 client

-

You first need to get an HTTPX OAuth client instance. Read the documentation for more information.

+

You first need to get an HTTPX OAuth client instance. Read the documentation for more information.

from httpx_oauth.clients.google import GoogleOAuth2
 
 google_oauth_client = GoogleOAuth2("CLIENT_ID", "CLIENT_SECRET")