blob: 27c9d5538758ca670ce9cc71fa891c6a18e2d553 [file] [log] [blame]
Joe Gregorio1b425aa2012-08-24 12:04:34 -04001<?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>oauth2client.appengine.SiteXsrfSecretKey</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<!-- ==================== NAVIGATION BAR ==================== -->
14<table class="navbar" border="0" width="100%" cellpadding="0"
15 bgcolor="#a0c0ff" cellspacing="0">
16 <tr valign="middle">
17
18 <!-- Tree link -->
19 <th>&nbsp;&nbsp;&nbsp;<a
20 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
21
22 <!-- Index link -->
23 <th>&nbsp;&nbsp;&nbsp;<a
24 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
25
26 <!-- Help link -->
27 <th>&nbsp;&nbsp;&nbsp;<a
28 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
29
30 <th class="navbar" width="100%"></th>
31 </tr>
32</table>
33<table width="100%" cellpadding="0" cellspacing="0">
34 <tr valign="top">
35 <td width="100%">
36 <span class="breadcrumbs">
37 <a href="oauth2client-module.html">Package&nbsp;oauth2client</a> ::
38 <a href="oauth2client.appengine-module.html">Module&nbsp;appengine</a> ::
39 Class&nbsp;SiteXsrfSecretKey
40 </span>
41 </td>
42 <td>
43 <table cellpadding="0" cellspacing="0">
44 <!-- hide/show private -->
45 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
46 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
47 <tr><td align="right"><span class="options"
48 >[<a href="frames.html" target="_top">frames</a
49 >]&nbsp;|&nbsp;<a href="oauth2client.appengine.SiteXsrfSecretKey-class.html"
50 target="_top">no&nbsp;frames</a>]</span></td></tr>
51 </table>
52 </td>
53 </tr>
54</table>
55<!-- ==================== CLASS DESCRIPTION ==================== -->
56<h1 class="epydoc">Class SiteXsrfSecretKey</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.appengine-pysrc.html#SiteXsrfSecretKey">source&nbsp;code</a></span></p>
57<center>
58<center> <map id="class_hierarchy_for_sitexsrfse" name="class_hierarchy_for_sitexsrfse">
Joe Gregorio52a5c532013-01-24 16:19:07 -050059<area shape="rect" id="node1" href="javascript:void(0);" title="google.appengine.ext.db.Model" alt="" coords="5,6,208,34"/>
60<area shape="rect" id="node2" href="oauth2client.appengine.SiteXsrfSecretKey-class.html" title="SiteXsrfSecretKey" alt="" coords="232,6,363,34"/>
Joe Gregorio1b425aa2012-08-24 12:04:34 -040061</map>
62 <img src="class_hierarchy_for_sitexsrfse.gif" alt='' usemap="#class_hierarchy_for_sitexsrfse" ismap="ismap" class="graph-without-title" />
63</center>
64</center>
65<hr />
66<pre class="literalblock">
67Storage for the sites XSRF secret key.
68
69There will only be one instance stored of this model, the one used for the
Joe Gregorio52a5c532013-01-24 16:19:07 -050070site.
Joe Gregorio1b425aa2012-08-24 12:04:34 -040071
72</pre>
73
Joe Gregorio1b425aa2012-08-24 12:04:34 -040074<!-- ==================== CLASS VARIABLES ==================== -->
75<a name="section-ClassVariables"></a>
76<table class="summary" border="1" cellpadding="3"
77 cellspacing="0" width="100%" bgcolor="white">
78<tr bgcolor="#70b0f0" class="table-header">
79 <td colspan="2" class="table-header">
80 <table border="0" cellpadding="0" cellspacing="0" width="100%">
81 <tr valign="top">
82 <td align="left"><span class="table-header">Class Variables</span></td>
83 <td align="right" valign="top"
84 ><span class="options">[<a href="#section-ClassVariables"
85 class="privatelink" onclick="toggle_private();"
86 >hide private</a>]</span></td>
87 </tr>
88 </table>
89 </td>
90</tr>
91<tr>
92 <td width="15%" align="right" valign="top" class="summary">
93 <span class="summary-type">&nbsp;</span>
94 </td><td class="summary">
95 <a name="secret"></a><span class="summary-name">secret</span> = <code title="db.StringProperty()">db.StringProperty()</code>
96 </td>
97 </tr>
Joe Gregorio1b425aa2012-08-24 12:04:34 -040098</table>
Joe Gregorio1b425aa2012-08-24 12:04:34 -040099<!-- ==================== NAVIGATION BAR ==================== -->
100<table class="navbar" border="0" width="100%" cellpadding="0"
101 bgcolor="#a0c0ff" cellspacing="0">
102 <tr valign="middle">
103
104 <!-- Tree link -->
105 <th>&nbsp;&nbsp;&nbsp;<a
106 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
107
108 <!-- Index link -->
109 <th>&nbsp;&nbsp;&nbsp;<a
110 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
111
112 <!-- Help link -->
113 <th>&nbsp;&nbsp;&nbsp;<a
114 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
115
116 <th class="navbar" width="100%"></th>
117 </tr>
118</table>
119<table border="0" cellpadding="0" cellspacing="0" width="100%%">
120 <tr>
121 <td align="left" class="footer">
Joe Gregorio52a5c532013-01-24 16:19:07 -0500122 Generated by Epydoc 3.0.1 on Thu Jan 24 16:14:40 2013
Joe Gregorio1b425aa2012-08-24 12:04:34 -0400123 </td>
124 <td align="right" class="footer">
125 <a target="mainFrame" href="http://epydoc.sourceforge.net"
126 >http://epydoc.sourceforge.net</a>
127 </td>
128 </tr>
129</table>
130
131<script type="text/javascript">
132 <!--
133 // Private objects are initially displayed (because if
134 // javascript is turned off then we want them to be
135 // visible); but by default, we want to hide them. So hide
136 // them unless we have a cookie that says to show them.
137 checkCookie();
138 // -->
139</script>
140</body>
141</html>