We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb221a commit 8cd545dCopy full SHA for 8cd545d
functions/composer/composer_storage_trigger.py
@@ -18,10 +18,11 @@
18
import google.auth.compute_engine.credentials
19
import google.auth.iam
20
from google.auth.transport.requests import Request
21
+from google.oauth2 import id_token
22
import google.oauth2.credentials
23
import google.oauth2.service_account
24
import requests
-from google.oauth2 import id_token
25
+
26
27
IAM_SCOPE = 'https://www.googleapis.com/auth/iam'
28
OAUTH_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token'
0 commit comments