OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GoogleCredentials
(Results
1 - 11
of
11
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/
call_compute_service.py
1
# To be used to test
GoogleCredentials
.get_application_default()
8
from oauth2client.client import
GoogleCredentials
13
credentials =
GoogleCredentials
.get_application_default()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/googleappengine/
call_compute_service_from_gae.py
1
# To be used to test
GoogleCredentials
.get_application_default()
6
from oauth2client.client import
GoogleCredentials
12
credentials =
GoogleCredentials
.get_application_default()
/prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-oauth2-http/0.3.0/
google-auth-library-oauth2-http-0.3.0.jar
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
devshell.py
92
class DevshellCredentials(client.
GoogleCredentials
):
client.py
1013
class
GoogleCredentials
(OAuth2Credentials):
1025
from oauth2client.client import
GoogleCredentials
1027
credentials =
GoogleCredentials
.get_application_default()
1041
"""Create an instance of
GoogleCredentials
.
1044
GoogleCredentials
objects are instantiated by
1045
GoogleCredentials
.from_stream() or
1046
GoogleCredentials
.get_application_default().
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
run_system_tests.py
85
credentials = client.
GoogleCredentials
(
/external/chromium-trace/catapult/firefighter/base/
bigquery.py
179
credentials = client.
GoogleCredentials
.get_application_default()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_oauth2client.py
53
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()
[
all
...]
/external/chromium-trace/catapult/dashboard/dashboard/
utils.py
49
credentials = client.
GoogleCredentials
.get_application_default()
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
discovery.py
66
from oauth2client.client import
GoogleCredentials
273
if (isinstance(credentials,
GoogleCredentials
) and
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py
545
gc = oauth2client.client.
GoogleCredentials
Completed in 1230 milliseconds