Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/dashboard/dashboard/
Doauth2_decorator.py7 from oauth2client.appengine import OAuth2Decorator
11 DECORATOR = OAuth2Decorator(
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
DCHANGELOG.md136 * 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 string
257 63 Enhancement Let OAuth2Decorator take a list of scope
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_appengine.py58 from oauth2client.appengine import OAuth2Decorator
491 decorator = OAuth2Decorator(client_id='foo_client_id',
707 decorator = OAuth2Decorator(client_id='foo_client_id',
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dappengine.py568 class OAuth2Decorator(object): class
906 class OAuth2DecoratorFromClientSecrets(OAuth2Decorator):