App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.tools.appengine_rpc.HttpRpcServerWithOAuth2Suggestion Class Reference
Inheritance diagram for google.appengine.tools.appengine_rpc.HttpRpcServerWithOAuth2Suggestion:
google.appengine.tools.appengine_rpc.HttpRpcServer google.appengine.tools.appengine_rpc.AbstractRpcServer

Static Public Attributes

 SUGGEST_OAUTH2 = True
 
- Static Public Attributes inherited from google.appengine.tools.appengine_rpc.HttpRpcServer
string DEFAULT_COOKIE_FILE_PATH = "~/.appcfg_cookies"
 
- Static Public Attributes inherited from google.appengine.tools.appengine_rpc.AbstractRpcServer
 SUGGEST_OAUTH2 = False
 
string RUNTIME = "python"
 

Additional Inherited Members

- Public Member Functions inherited from google.appengine.tools.appengine_rpc.HttpRpcServer
def __init__
 
- Public Member Functions inherited from google.appengine.tools.appengine_rpc.AbstractRpcServer
def __init__
 
def Send
 
- Public Attributes inherited from google.appengine.tools.appengine_rpc.HttpRpcServer
 certpath
 
 cert_file_available
 
 authenticated
 
- Public Attributes inherited from google.appengine.tools.appengine_rpc.AbstractRpcServer
 scheme
 
 ignore_certs
 
 host
 
 host_override
 
 auth_function
 
 source
 
 authenticated
 
 auth_tries
 
 debug_data
 
 rpc_tries
 
 account_type
 
 extra_headers
 
 save_cookies
 
 cookie_jar
 
 opener
 

Detailed Description

An HttpRpcServer variant which suggests using OAuth2 instead of ASP.

Not all systems which use HttpRpcServer can use OAuth2.

The documentation for this class was generated from the following file: