HomeSort by relevance Sort by last modified time
    Searched full:oauth_required (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/dashboard/dashboard/
mock_oauth2_decorator.py 28 def oauth_required(self, method): member in class:MockOAuth2Decorator
bad_bisect.py 19 @oauth2_decorator.DECORATOR.oauth_required
associate_alerts.py 27 @oauth2_decorator.DECORATOR.oauth_required
file_bug.py 40 @oauth2_decorator.DECORATOR.oauth_required
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 571 Instantiate and then use with oauth_required or oauth_aware
582 @decorator.oauth_required
697 def oauth_required(self, method): member in class:OAuth2Decorator
805 that had been decorated with either @oauth_required or @oauth_aware.
813 that had been decorated with either @oauth_required or @oauth_aware.
821 Must only be called from within an @oauth_required decorated method, or
919 @decorator.oauth_required
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_appengine.py 506 @decorator.oauth_required
547 # An initial request to an oauth_required decorated path should be a
612 # An initial request to an oauth_required decorated path should be a
773 # An initial request to an oauth_required decorated path should be a

Completed in 117 milliseconds