Home
last modified time | relevance | path

Searched refs:authorize_url (Results 1 – 7 of 7) sorted by relevance

/external/python/oauth2client/oauth2client/
Dtools.py219 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/tasks_appengine/
Dmain.py46 url = decorator.authorize_url()
47 self.render_response('index.html', tasks=[], authorize_url=url)
/external/python/google-api-python-client/samples/appengine/
Dmain.py82 'url': decorator.authorize_url(),
/external/python/oauth2client/oauth2client/contrib/
Dflask_util.py487 def authorize_url(self, return_url, **kwargs): member in UserOAuth2
527 auth_url = self.authorize_url(
Dappengine.py646 return request_handler.redirect(self.authorize_url())
650 return request_handler.redirect(self.authorize_url())
725 def authorize_url(self): member in OAuth2Decorator
/external/python/oauth2client/tests/contrib/
Dtest_appengine.py782 url = self.decorator.authorize_url()
796 url = self.decorator.authorize_url()
832 self.decorator.authorize_url()
/external/python/oauth2client/tests/
Dtest_client.py1652 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)