HomeSort by relevance Sort by last modified time
    Searched refs:authorize_url (Results 1 - 7 of 7) sorted by null

  /external/python/google-api-python-client/samples/tasks_appengine/
main.py 46 url = decorator.authorize_url()
47 self.render_response('index.html', tasks=[], authorize_url=url)
  /external/python/oauth2client/oauth2client/
tools.py 219 authorize_url = flow.step1_get_authorize_url()
223 webbrowser.open(authorize_url, new=1, autoraise=True)
224 print(_BROWSER_OPENED_MESSAGE.format(address=authorize_url))
226 print(_GO_TO_LINK_MESSAGE.format(address=authorize_url))
  /external/python/google-api-python-client/samples/appengine/
main.py 82 'url': decorator.authorize_url(),
  /external/python/oauth2client/oauth2client/contrib/
flask_util.py 110 to the URL returned by :meth:`UserOAuth2.authorize_url`.
117 return oauth2.authorize_url("/")
487 def authorize_url(self, return_url, **kwargs): member in class:UserOAuth2
527 auth_url = self.authorize_url(
appengine.py 646 return request_handler.redirect(self.authorize_url())
650 return request_handler.redirect(self.authorize_url())
683 and authorize_url() methods can be called.
725 def authorize_url(self): member in class:OAuth2Decorator
    [all...]
  /external/python/oauth2client/tests/contrib/
test_appengine.py 782 url = self.decorator.authorize_url()
796 url = self.decorator.authorize_url()
832 self.decorator.authorize_url(
    [all...]
  /external/python/oauth2client/tests/
test_client.py     [all...]

Completed in 3465 milliseconds