Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ascii"?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 3 | "DTD/xhtml1-transitional.dtd"> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 5 | <head> |
| 6 | <title>appengine</title> |
| 7 | <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
| 8 | <script type="text/javascript" src="epydoc.js"></script> |
| 9 | </head> |
| 10 | |
| 11 | <body bgcolor="white" text="black" link="blue" vlink="#204080" |
| 12 | alink="#204080"> |
| 13 | <h1 class="toc">Module appengine</h1> |
| 14 | <hr /> |
| 15 | <h2 class="toc">Classes</h2> |
| 16 | <a target="mainFrame" href="oauth2client.appengine.AppAssertionCredentials-class.html" |
| 17 | >AppAssertionCredentials</a><br /> <a target="mainFrame" href="oauth2client.appengine.CredentialsModel-class.html" |
Joe Gregorio | 52a5c53 | 2013-01-24 16:19:07 -0500 | [diff] [blame] | 18 | >CredentialsModel</a><br /> <a target="mainFrame" href="oauth2client.appengine.CredentialsNDBModel-class.html" |
| 19 | >CredentialsNDBModel</a><br /> <a target="mainFrame" href="oauth2client.appengine.CredentialsNDBProperty-class.html" |
| 20 | >CredentialsNDBProperty</a><br /> <a target="mainFrame" href="oauth2client.appengine.CredentialsProperty-class.html" |
| 21 | >CredentialsProperty</a><br /> <a target="mainFrame" href="oauth2client.appengine.FlowNDBProperty-class.html" |
| 22 | >FlowNDBProperty</a><br /> <a target="mainFrame" href="oauth2client.appengine.FlowProperty-class.html" |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 23 | >FlowProperty</a><br /> <a target="mainFrame" href="oauth2client.appengine.InvalidClientSecretsError-class.html" |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 24 | >InvalidClientSecretsError</a><br /> <a target="mainFrame" href="oauth2client.appengine.InvalidXsrfTokenError-class.html" |
| 25 | >InvalidXsrfTokenError</a><br /> <a target="mainFrame" href="oauth2client.appengine.OAuth2Decorator-class.html" |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 26 | >OAuth2Decorator</a><br /> <a target="mainFrame" href="oauth2client.appengine.OAuth2DecoratorFromClientSecrets-class.html" |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 27 | >OAuth2DecoratorFromClientSecrets</a><br /> <a target="mainFrame" href="oauth2client.appengine.SiteXsrfSecretKey-class.html" |
Joe Gregorio | 52a5c53 | 2013-01-24 16:19:07 -0500 | [diff] [blame] | 28 | >SiteXsrfSecretKey</a><br /> <a target="mainFrame" href="oauth2client.appengine.SiteXsrfSecretKeyNDB-class.html" |
| 29 | >SiteXsrfSecretKeyNDB</a><br /> <a target="mainFrame" href="oauth2client.appengine.StorageByKeyName-class.html" |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 30 | >StorageByKeyName</a><br /> <h2 class="toc">Functions</h2> |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 31 | <div class="private"> |
| 32 | <a target="mainFrame" href="oauth2client.appengine-module.html#_build_state_value" |
| 33 | >_build_state_value</a><br /> </div> |
| 34 | <div class="private"> |
| 35 | <a target="mainFrame" href="oauth2client.appengine-module.html#_generate_new_xsrf_secret_key" |
| 36 | >_generate_new_xsrf_secret_key</a><br /> </div> |
| 37 | <div class="private"> |
| 38 | <a target="mainFrame" href="oauth2client.appengine-module.html#_parse_state_value" |
| 39 | >_parse_state_value</a><br /> </div> |
Joe Gregorio | 0cd347a | 2012-08-30 08:22:27 -0400 | [diff] [blame] | 40 | <div class="private"> |
| 41 | <a target="mainFrame" href="oauth2client.appengine-module.html#_safe_html" |
| 42 | >_safe_html</a><br /> </div> |
Joe Gregorio | f4839b0 | 2012-09-06 13:47:24 -0400 | [diff] [blame] | 43 | <a target="mainFrame" href="oauth2client.appengine-module.html#oauth2decorator_from_clientsecrets" |
| 44 | >oauth2decorator_from_clientsecrets</a><br /> <a target="mainFrame" href="oauth2client.appengine-module.html#xsrf_secret_key" |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 45 | >xsrf_secret_key</a><br /> <h2 class="toc">Variables</h2> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 46 | <a target="mainFrame" href="oauth2client.appengine-module.html#OAUTH2CLIENT_NAMESPACE" |
Joe Gregorio | 1b425aa | 2012-08-24 12:04:34 -0400 | [diff] [blame] | 47 | >OAUTH2CLIENT_NAMESPACE</a><br /> <a target="mainFrame" href="oauth2client.appengine-module.html#XSRF_MEMCACHE_ID" |
Joe Gregorio | f4839b0 | 2012-09-06 13:47:24 -0400 | [diff] [blame] | 48 | >XSRF_MEMCACHE_ID</a><br /> <a target="mainFrame" href="oauth2client.appengine-module.html#logger" |
Joe Gregorio | 41be8e8 | 2013-03-07 10:31:47 -0500 | [diff] [blame] | 49 | >logger</a><br /> <a target="mainFrame" href="oauth2client.appengine-module.html#ndb" |
| 50 | >ndb</a><br /><hr /> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 51 | <span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 52 | onclick="toggle_private();">hide private</a>]</span> |
| 53 | |
| 54 | <script type="text/javascript"> |
| 55 | <!-- |
| 56 | // Private objects are initially displayed (because if |
| 57 | // javascript is turned off then we want them to be |
| 58 | // visible); but by default, we want to hide them. So hide |
| 59 | // them unless we have a cookie that says to show them. |
| 60 | checkCookie(); |
| 61 | // --> |
| 62 | </script> |
| 63 | </body> |
| 64 | </html> |