Searched refs:authorize_url (Results 1 – 7 of 7) sorted by relevance
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))
46 url = decorator.authorize_url()47 self.render_response('index.html', tasks=[], authorize_url=url)
82 'url': decorator.authorize_url(),
487 def authorize_url(self, return_url, **kwargs): member in UserOAuth2527 auth_url = self.authorize_url(
646 return request_handler.redirect(self.authorize_url())650 return request_handler.redirect(self.authorize_url())725 def authorize_url(self): member in OAuth2Decorator
782 url = self.decorator.authorize_url()796 url = self.decorator.authorize_url()832 self.decorator.authorize_url()
1652 authorize_url = self.flow.step1_get_authorize_url(state='state+1')1654 parsed = urllib.parse.urlparse(authorize_url)1674 authorize_url = flow.step1_get_authorize_url()1676 parsed = urllib.parse.urlparse(authorize_url)