Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dauth.py45 from oauth2client import client as oauth2_client unknown
153 flow = oauth2_client.OAuth2WebServerFlow(
196 except oauth2_client.AccessTokenRefreshError:
/tools/asuite/atest/logstorage/
Datest_gcp_utils.py33 from oauth2client import client as oauth2_client unknown
84 except oauth2_client.AccessTokenRefreshError as e:
124 credentials = oauth2_client.AccessTokenCredentials(token, 'atest')
163 flow = oauth2_client.OAuth2WebServerFlow(
Dlogstorage_utils.py29 from oauth2client import client as oauth2_client unknown