Home
last modified time | relevance | path

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

/external/python/google-api-python-client/samples/tasks_appengine/
Dmain.py19 from oauth2client.contrib.appengine import OAuth2Decorator
23 decorator = OAuth2Decorator(client_id=settings.CLIENT_ID,
/external/python/oauth2client/
DCHANGELOG.md150 as the `appengine.webapp2` OAuth2Decorator, but will work with any Flask
304 * Making OAuth2Decorator more extensible. Fixes Issue 256.
320 * Expose the full token response in `OAuth2Client` and `OAuth2Decorator`.
420 72 Defect Appengine OAuth2Decorator: Convert redirect address to string
425 63 Enhancement Let OAuth2Decorator take a list of scope
/external/python/google-api-python-client/
DCHANGELOG312 - Making OAuth2Decorator more extensible. Fixes Issue 256.
329 - Expose the full token response in OAuth2Client and OAuth2Decorator.
426 72 Defect Appengine OAuth2Decorator: Convert redirect address to string
431 63 Enhancement Let OAuth2Decorator take a list of scope
/external/python/oauth2client/oauth2client/contrib/
Dappengine.py474 class OAuth2Decorator(object): class
830 class OAuth2DecoratorFromClientSecrets(OAuth2Decorator):
/external/python/oauth2client/tests/contrib/
Dtest_appengine.py585 decorator = appengine.OAuth2Decorator(
840 decorator = appengine.OAuth2Decorator(