Skip to content

Commit 7f0aadf

Browse files
committed
Add missing explanation about local_server callback URL
Per feedback on CL 227863277
1 parent da0d097 commit 7f0aadf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bigquery/cloud-client/user_credentials.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ def main(project, launch_browser=True):
3030
# TODO: Uncomment the line below to set the `launch_browser` variable.
3131
# launch_browser = True
3232
#
33-
# The `launch_browser` boolean variable indicates if a local server in the
34-
# auth flow. A value of `True` is recommended, but a local server does not
35-
# work if accessing the application remotely, such as over SSH or from a
36-
# remote Jupyter notebook.
33+
# The `launch_browser` boolean variable indicates if a local server is used
34+
# as the callback URL in the auth flow. A value of `True` is recommended,
35+
# but a local server does not work if accessing the application remotely,
36+
# such as over SSH or from a remote Jupyter notebook.
3737

3838
appflow = flow.InstalledAppFlow.from_client_secrets_file(
3939
'client_secrets.json',

0 commit comments

Comments
 (0)