From 8261a880c03db83564fcac6677f2505d13cb6968 Mon Sep 17 00:00:00 2001 From: khushal Date: Thu, 28 Nov 2024 18:16:38 +0530 Subject: [PATCH] (20241128) Consent type adjusted. --- utils_v2/goog/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils_v2/goog/base.py b/utils_v2/goog/base.py index 1e83a47..6db7e7f 100644 --- a/utils_v2/goog/base.py +++ b/utils_v2/goog/base.py @@ -164,7 +164,7 @@ class AsyncGoogleBase: scopes: List[str], state: str = None, access_type: Literal["online", "offline"] = "offline", - approval_prompt: Literal["auto", "force", "consent"] = "force", + approval_prompt: Literal["auto", "force", "consent"] = "auto", include_granted_scopes: Literal["true", "false"] = "true", user_email: str = None ) -> str: