Home
last modified time | relevance | path

Searched defs:ServiceAccountCredentials (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dutils.py277 def ServiceAccountCredentials(): function
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dcredentials_lib.py120 def ServiceAccountCredentials(service_account_name, private_key, scopes, function
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py441 class ServiceAccountCredentials(service_account._ServiceAccountCredentials): class