Home
last modified time | relevance | path

Searched refs:oauth2_client (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/logstorage/
Datest_gcp_utils.py46 from oauth2client import client as oauth2_client unknown
92 except oauth2_client.AccessTokenRefreshError as e:
127 credentials = oauth2_client.AccessTokenCredentials(
165 flow = oauth2_client.OAuth2WebServerFlow(
/tools/acloud/internal/lib/
Dauth.py45 from oauth2client import client as oauth2_client unknown
153 flow = oauth2_client.OAuth2WebServerFlow(
196 except oauth2_client.AccessTokenRefreshError: