HomeSort by relevance Sort by last modified time
    Searched refs:private_key_id (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_service_account.py 45 self.private_key_id = 'ABCDEF'
50 self.private_key_id,
55 private_key_id, signature = self.credentials.sign_blob('Google')
56 self.assertEqual( self.private_key_id, private_key_id)
85 self.private_key_id,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
service_account.py 40 def __init__(self, service_account_id, service_account_email, private_key_id,
50 self._private_key_id = private_key_id
106 'private_key_id': self._private_key_id,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
run_system_tests.py 60 private_key_id=client_credentials['private_key_id'],
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py 456 private_key_id=data['_private_key_id'],
476 def __init__(self, client_id, service_account_email, private_key_id,
489 private_key_id: The private key id associated with this service account.
503 self._private_key_id = private_key_id
510 private_key_id=self._private_key_id,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py 516 private_key_id=service_account_info['private_key_id'],

Completed in 204 milliseconds