We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ce3e8 commit bc87921Copy full SHA for bc87921
snippets/auth/get_service_account_tokens.py
@@ -25,7 +25,7 @@
25
# Attach access_token to HTTPS request in the "Authorization: Bearer" header
26
# Access tokens are short lived
27
# 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
+# To get a new token, rerun this code to generate a fresh access token
29
# [END get_service_account_tokens]
30
31
print(f'The access token {access_token} expires at {expiration_time}')
0 commit comments