Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/
Dcall_compute_service.py8 from oauth2client.client import GoogleCredentials
13 credentials = GoogleCredentials.get_application_default()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/googleappengine/
Dcall_compute_service_from_gae.py6 from oauth2client.client import GoogleCredentials
12 credentials = GoogleCredentials.get_application_default()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_oauth2client.py53 from oauth2client.client import GoogleCredentials
198 self.assertTrue(isinstance(credentials, GoogleCredentials))
208 return GoogleCredentials(None, None, None, None, None, None, None, None)
422 GoogleCredentials.get_application_default())
438 GoogleCredentials.get_application_default())
449 GoogleCredentials.get_application_default()
470 GoogleCredentials.get_application_default()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Ddevshell.py92 class DevshellCredentials(client.GoogleCredentials):
Dclient.py1013 class GoogleCredentials(OAuth2Credentials): class
1059 super(GoogleCredentials, self).__init__(
1206 return GoogleCredentials._get_implicit_credentials()
1345 return GoogleCredentials(
1387 class AssertionCredentials(GoogleCredentials):
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
Drun_system_tests.py85 credentials = client.GoogleCredentials(
/external/chromium-trace/catapult/firefighter/base/
Dbigquery.py179 credentials = client.GoogleCredentials.get_application_default()
/external/chromium-trace/catapult/dashboard/dashboard/
Dutils.py49 credentials = client.GoogleCredentials.get_application_default()
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Ddiscovery.py66 from oauth2client.client import GoogleCredentials
273 if (isinstance(credentials, GoogleCredentials) and
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dcredentials_lib.py545 gc = oauth2client.client.GoogleCredentials