Home
last modified time | relevance | path

Searched refs:service_account_id (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Drest_api.py88 def _make_token_async(scopes, service_account_id): argument
100 app_identity.make_get_access_token_call(rpc, scopes, service_account_id)
117 def __init__(self, scopes, service_account_id=None, token_maker=None, argument
133 self.service_account_id = service_account_id
144 'id': self.service_account_id,
153 service_account_id=state['id'],
205 key = '%s,%s' % (self.service_account_id, ','.join(self.scopes))
212 self.scopes, self.service_account_id)
Dstorage_api.py60 service_account_id=account_id,
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_service_account.py43 self.service_account_id = '123'
48 self.credentials = _ServiceAccountCredentials(self.service_account_id,
83 self.credentials = _ServiceAccountCredentials(self.service_account_id,
Dtest_appengine.py205 scope, service_account_id=account_id)
212 [scope], service_account_id=account_id)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dservice_account.py40 def __init__(self, service_account_id, service_account_email, private_key_id, argument
48 self._service_account_id = service_account_id
Dappengine.py167 self.service_account_id = kwargs.get('service_account_id', None)
194 scopes, service_account_id=self.service_account_id)
Dclient.py1355 service_account_id=client_credentials['client_id'],
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
Drun_system_tests.py58 service_account_id=client_credentials['client_id'],
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py454 service_account_id=data['_service_account_id'],
508 service_account_id=self._client_id,
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dcredentials_lib.py514 service_account_id=service_account_info['client_id'],