Home
last modified time | relevance | path

Searched refs:oauth_required (Results 1 – 5 of 5) sorted by relevance

/external/python/oauth2client/tests/contrib/django_util/
Dtest_decorators.py127 @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/oauth2client/oauth2client/contrib/django_util/
Ddecorators.py36 def oauth_required(decorated_function=None, scopes=None, **decorator_kwargs): function
/external/python/google-api-python-client/samples/appengine/
Dmain.py91 @decorator.oauth_required
/external/python/oauth2client/oauth2client/contrib/
Dappengine.py612 def oauth_required(self, method): member in OAuth2Decorator
/external/python/oauth2client/tests/contrib/
Dtest_appengine.py599 @decorator.oauth_required