Skip to content

Commit 9f6cb70

Browse files
authored
fix: Add inline documentation
1 parent 1dd367d commit 9f6cb70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google_auth_oauthlib/flow.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,9 @@ def run_local_server(
479479
in the user's browser.
480480
redirect_uri_trailing_slash (bool): whether or not to add trailing
481481
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.
482485
kwargs: Additional keyword arguments passed through to
483486
:meth:`authorization_url`.
484487

0 commit comments

Comments
 (0)