We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd367d commit 9f6cb70Copy full SHA for 9f6cb70
google_auth_oauthlib/flow.py
@@ -479,6 +479,9 @@ def run_local_server(
479
in the user's browser.
480
redirect_uri_trailing_slash (bool): whether or not to add trailing
481
slash when constructing the redirect_uri. Default value is True.
482
+ timeout_seconds (int): It will raise an error after the timeout timing
483
+ if there are no credentials response. The value is in seconds.
484
+ Default value is None.
485
kwargs: Additional keyword arguments passed through to
486
:meth:`authorization_url`.
487
0 commit comments