Home
last modified time | relevance | path

Searched refs:SignedJwtAssertionCredentials (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_jwt.py35 from oauth2client.client import SignedJwtAssertionCredentials
212 credentials = SignedJwtAssertionCredentials(
227 credentials = SignedJwtAssertionCredentials(
252 credentials = SignedJwtAssertionCredentials(
264 credentials = SignedJwtAssertionCredentials(
301 credentials = SignedJwtAssertionCredentials(
Dtest_crypt.py27 from oauth2client.client import SignedJwtAssertionCredentials
43 return SignedJwtAssertionCredentials(
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
Drun_system_tests.py72 credentials = client.SignedJwtAssertionCredentials(
/external/chromium-trace/catapult/dashboard/dashboard/
Dbuildbucket_service_test.py58 return client.SignedJwtAssertionCredentials(
Dutils.py283 return client.SignedJwtAssertionCredentials(
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dclient.py1461 class SignedJwtAssertionCredentials(AssertionCredentials): class
1505 super(SignedJwtAssertionCredentials, self).__init__(
1526 retval = SignedJwtAssertionCredentials(
1546 'exp': now + SignedJwtAssertionCredentials.MAX_TOKEN_LIFETIME_SECS,
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py61 from oauth2client.client import SignedJwtAssertionCredentials
427 return SignedJwtAssertionCredentials(
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dcredentials_lib.py124 return oauth2client.client.SignedJwtAssertionCredentials(
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_api.py362 oauth2client.client.SignedJwtAssertionCredentials):