apiclient.ext.authtools
index
/usr/local/google/home/jcgregorio/projects/apiclient/apiclient/ext/authtools.py

Command-line tools for authenticating via OAuth 1.0
 
Do the OAuth 1.0 Three Legged 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
gflags
logging
socket
sys

 
Functions
       
run(flow, storage)
Core code for a command-line application.
 
Args:
  flow: Flow, an OAuth 1.0 Flow to step through.
  storage: Storage, a Storage to store the credential in.
 
Returns:
  Credentials, the obtained credential.
 
Exceptions:
  RequestError: if step2 of the flow fails.
Args:

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

 
Author
        jcgregorio@google.com (Joe Gregorio)