Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py620 class OAuth2GCEClient(OAuth2Client): class
624 super(OAuth2GCEClient, self).__init__(
673 return OAuth2GCEClient() if _IsGCE() else None
Dtest_oauth2_client.py348 client = oauth2_client.OAuth2GCEClient()