Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/dashboard/dashboard/
Dmock_oauth2_decorator.py14 def __init__(self, client_id, client_secret, scope, message, callback_path): argument
19 self.callback_path = callback_path
40 callback_path='callback_path')
Doauth2_decorator.py16 callback_path='/oauth2callback')
Ddispatcher.py112 (oauth2_decorator.DECORATOR.callback_path,
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dappengine.py628 callback_path='/oauth2callback', argument
686 self._callback_path = callback_path
832 def callback_path(self): member in OAuth2Decorator
902 (self.callback_path, self.callback_handler())