Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Commit 8baceeb

Browse files
committed
Update docs for _get_access_token
1 parent 18f672a commit 8baceeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/configure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
def _get_access_token():
1616
"""Retrieve a valid access token that can be used to authorize requests.
1717
18-
This method assumes it is either running in a trusted Google environment like GCP or if running
19-
elsewhere the the GOOGLE_APPLICATION_CREDENTIALS environment variable is set to the path of the
20-
service account credentials file.
18+
This method must be called in either a trusted Google environment like GCP or if running
19+
elsewhere the GOOGLE_APPLICATION_CREDENTIALS environment variable must be set to the path
20+
of the service account credentials file.
2121
2222
:return: Access token.
2323
"""

0 commit comments

Comments
 (0)