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")