Skip to content

Commit bc87921

Browse files
Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 13ce3e8 commit bc87921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/auth/get_service_account_tokens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Attach access_token to HTTPS request in the "Authorization: Bearer" header
2626
# Access tokens are short lived
2727
# Once the token reaches the expiration time, it can no longer be used.
28-
# To get a new token, rerun this code to generate a fresh acccess token
28+
# To get a new token, rerun this code to generate a fresh access token
2929
# [END get_service_account_tokens]
3030

3131
print(f'The access token {access_token} expires at {expiration_time}')

0 commit comments

Comments
 (0)