Searched refs:ClientRedirectServer (Results 1 – 3 of 3) sorted by relevance
31 from oauth2client.tools import ClientRedirectServer98 httpd = ClientRedirectServer((FLAGS.auth_host_name, port),
73 class ClientRedirectServer(BaseHTTPServer.HTTPServer): class169 httpd = ClientRedirectServer((flags.auth_host_name, port),
15 httpd = tools.ClientRedirectServer(('localhost', 0), tools.ClientRedirectHandler)