OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppAssertionCredentials
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_gce.py
31
from oauth2client.gce import
AppAssertionCredentials
42
c =
AppAssertionCredentials
(scope=['http://example.com/a',
57
c =
AppAssertionCredentials
(scope=['http://example.com/a',
62
c =
AppAssertionCredentials
(scope=['http://example.com/a',
70
credentials =
AppAssertionCredentials
([])
74
credentials =
AppAssertionCredentials
(['dummy_scope'])
78
credentials =
AppAssertionCredentials
([])
81
self.assertTrue(isinstance(new_credentials,
AppAssertionCredentials
))
90
credentials =
AppAssertionCredentials
(['dummy_scope'])
104
credentials =
AppAssertionCredentials
([])
[
all
...]
test_appengine.py
53
from oauth2client.appengine import
AppAssertionCredentials
162
credentials =
AppAssertionCredentials
(scope)
177
credentials =
AppAssertionCredentials
(scope)
189
credentials =
AppAssertionCredentials
(scope)
204
credentials =
AppAssertionCredentials
(
215
credentials =
AppAssertionCredentials
([])
219
credentials =
AppAssertionCredentials
(['dummy_scope'])
223
credentials =
AppAssertionCredentials
([])
226
self.assertTrue(isinstance(new_credentials,
AppAssertionCredentials
))
237
credentials =
AppAssertionCredentials
(['dummy_scope']
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
gce.py
37
class
AppAssertionCredentials
(AssertionCredentials):
52
"""Constructor for
AppAssertionCredentials
62
super(
AppAssertionCredentials
, self).__init__(None)
67
return
AppAssertionCredentials
(data['scope'])
105
return
AppAssertionCredentials
(scopes, **self.kwargs)
appengine.py
141
class
AppAssertionCredentials
(AssertionCredentials):
156
"""Constructor for
AppAssertionCredentials
170
super(
AppAssertionCredentials
, self).__init__(None)
175
return
AppAssertionCredentials
(data['scope'])
207
return
AppAssertionCredentials
(scopes, **self._kwargs)
[
all
...]
client.py
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py
161
class GceAssertionCredentials(oauth2client.gce.
AppAssertionCredentials
):
299
This function replaces
AppAssertionCredentials
._refresh, which
Completed in 167 milliseconds