appengine.py | 533 callback_path='/oauth2callback', 561 callback_path: string, The absolute path to use as the callback 601 self._callback_path = callback_path 748 def callback_path(self): member in class:OAuth2Decorator 768 (decorator.callback_path, decorator.callback_handler()) 826 (self.callback_path, self.callback_handler()) [all...] |