OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oauth_required
(Results
1 - 5
of
5
) sorted by null
/external/python/oauth2client/tests/contrib/django_util/
test_decorators.py
127
@decorators.
oauth_required
146
@decorators.
oauth_required
171
@decorators.
oauth_required
189
@decorators.
oauth_required
(scopes=['additional-scope'])
224
@decorators.
oauth_required
239
@decorators.
oauth_required
/external/python/google-api-python-client/samples/appengine/
main.py
91
@decorator.
oauth_required
/external/python/oauth2client/oauth2client/contrib/django_util/
decorators.py
17
Contains two decorators, ``
oauth_required
`` and ``oauth_enabled``.
19
``
oauth_required
`` will ensure that a user has an oauth object containing
36
def
oauth_required
(decorated_function=None, scopes=None, **decorator_kwargs):
function
45
from oauth2client.django_util.decorators import
oauth_required
47
@
oauth_required
/external/python/oauth2client/oauth2client/contrib/
appengine.py
477
Instantiate and then use with
oauth_required
or oauth_aware
488
@decorator.
oauth_required
612
def
oauth_required
(self, method):
member in class:OAuth2Decorator
721
that had been decorated with either @
oauth_required
or @oauth_aware.
729
that had been decorated with either @
oauth_required
or @oauth_aware.
737
Must only be called from within an @
oauth_required
decorated method, or
843
@decorator.
oauth_required
[
all
...]
/external/python/oauth2client/tests/contrib/
test_appengine.py
599
@decorator.
oauth_required
659
# An initial request to an
oauth_required
decorated path should be a
740
# An initial request to an
oauth_required
decorated path should be a
[
all
...]
Completed in 99 milliseconds