From ba50d8bfa809edffb7dd2280f2158a4682100eb8 Mon Sep 17 00:00:00 2001 From: Jose Runin Date: Tue, 11 Jul 2023 12:36:21 -0400 Subject: [PATCH] docs: get_user_credentials doc to update no longer existing settings. --- google_auth_oauthlib/interactive.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/google_auth_oauthlib/interactive.py b/google_auth_oauthlib/interactive.py index b1ed990..2338b1d 100644 --- a/google_auth_oauthlib/interactive.py +++ b/google_auth_oauthlib/interactive.py @@ -91,10 +91,12 @@ def get_user_credentials( you've provided. To obtain the ``client_id`` and ``client_secret``, create an **OAuth - client ID** with application type **Other** from the `Credentials page on + client ID** with application type **Web Application** from the `Credentials page on the Google Developer's Console - `_. Learn more - with the `Authenticating as an end user + `_. + You may want to check the `OAuth 2.0 docs for Web Apps + `_ guide. Args: