oauth2client.tools
index
/home/jcgregorio/projects/apiary/oauth2client/tools.py

Command-line tools for authenticating via OAuth 2.0
 
Do the OAuth 2.0 Web Server dance for
a command line application. Stores the generated
credentials in a common file that is used by
other example apps in the same directory.

 
Modules
       
BaseHTTPServer
logging
socket
sys

 
Functions
       
run(flow, filename)
Core code for a command-line application.

 
Data
        __all__ = ['run']
__author__ = 'jcgregorio@google.com (Joe Gregorio)'

 
Author
        jcgregorio@google.com (Joe Gregorio)