HomeSort by relevance Sort by last modified time
    Searched full:serviceaccountcredentials (Results 1 - 12 of 12) sorted by null

  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-oauth2-http/0.3.0/
google-auth-library-oauth2-http-0.3.0-sources.jar 
google-auth-library-oauth2-http-0.3.0.jar 
  /external/chromium-trace/catapult/dashboard/dashboard/
buildbucket_service.py 51 credentials = utils.ServiceAccountCredentials()
utils.py 268 credentials=ServiceAccountCredentials())
277 def ServiceAccountCredentials():
auto_triage.py 153 additional_credentials=utils.ServiceAccountCredentials())
auto_triage_test.py 138 utils, 'ServiceAccountCredentials', mock.MagicMock())
rietveld_service.py 94 credentials = utils.ServiceAccountCredentials()
update_bug_with_results.py 63 credentials = utils.ServiceAccountCredentials()
utils_test.py 211 @mock.patch.object(utils, 'ServiceAccountCredentials', mock.MagicMock())
update_bug_with_results_test.py 231 @mock.patch.object(utils, 'ServiceAccountCredentials', mock.MagicMock())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py 441 class ServiceAccountCredentials(service_account._ServiceAccountCredentials):
447 return super(ServiceAccountCredentials, self)._to_json(strip)
453 retval = ServiceAccountCredentials(
507 return ServiceAccountCredentials(
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py 37 'ServiceAccountCredentials',
115 return ServiceAccountCredentials(
120 def ServiceAccountCredentials(service_account_name, private_key, scopes,

Completed in 1181 milliseconds