OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oauth_aware
(Results
1 - 4
of
4
) sorted by null
/external/python/google-api-python-client/samples/tasks_appengine/
main.py
36
@decorator.
oauth_aware
/external/python/google-api-python-client/samples/appengine/
main.py
79
@decorator.
oauth_aware
/external/python/oauth2client/oauth2client/contrib/
appengine.py
477
Instantiate and then use with oauth_required or
oauth_aware
505
inside
oauth_aware
.
676
def
oauth_aware
(self, method):
member in class:OAuth2Decorator
682
From within a method decorated with @
oauth_aware
the has_credentials()
721
that had been decorated with either @oauth_required or @
oauth_aware
.
729
that had been decorated with either @oauth_required or @
oauth_aware
.
738
from within an @
oauth_aware
decorated method where has_credentials()
[
all
...]
/external/python/oauth2client/tests/contrib/
test_appengine.py
608
@decorator.
oauth_aware
776
# An initial request to an
oauth_aware
decorated path should
829
# An initial request to an
oauth_aware
decorated path should
[
all
...]
Completed in 55 milliseconds