Home
last modified time | relevance | path

Searched defs:oauth_required (Results 1 – 2 of 2) sorted by relevance

/external/python/oauth2client/oauth2client/contrib/django_util/
Ddecorators.py36 def oauth_required(decorated_function=None, scopes=None, **decorator_kwargs): function
/external/python/oauth2client/oauth2client/contrib/
Dappengine.py612 def oauth_required(self, method): member in OAuth2Decorator