(20241128) Consent type adjusted.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user