Searched refs:OAuth2Decorator (Results 1 – 4 of 4) sorted by relevance
7 from oauth2client.appengine import OAuth2Decorator11 DECORATOR = OAuth2Decorator(
136 * Making OAuth2Decorator more extensible. Fixes Issue 256.152 * Expose the full token response in `OAuth2Client` and `OAuth2Decorator`.252 72 Defect Appengine OAuth2Decorator: Convert redirect address to string257 63 Enhancement Let OAuth2Decorator take a list of scope
58 from oauth2client.appengine import OAuth2Decorator491 decorator = OAuth2Decorator(client_id='foo_client_id',707 decorator = OAuth2Decorator(client_id='foo_client_id',
568 class OAuth2Decorator(object): class906 class OAuth2DecoratorFromClientSecrets(OAuth2Decorator):