blob: 41b0b7086c77492a6594871a959e031c248886e0 [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.InvalidXsrfTokenError</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;InvalidXsrfTokenError
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.InvalidXsrfTokenError-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 InvalidXsrfTokenError</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.appengine-pysrc.html#InvalidXsrfTokenError">source&nbsp;code</a></span></p>
57<center>
Joe Gregorio37802c32013-08-06 12:24:05 -040058<center> <map id="uml_class_diagram_for_oauth2cl_9" name="uml_class_diagram_for_oauth2cl_9">
59<area shape="rect" id="node1" href="oauth2client.appengine.InvalidXsrfTokenError-class.html" title="The XSRF token is invalid or expired." alt="" coords="20,379,172,423"/>
60<area shape="rect" id="node121" href="javascript:void(0);" title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" coords="32,316,159,335"/>
61<area shape="rect" id="node121" href="javascript:void(0);" title="exceptions.Exception.__new__" alt="" coords="32,335,159,353"/>
62<area shape="rect" id="node2" href="javascript:void(0);" title="Common base class for all non&#45;exit exceptions." alt="" coords="20,283,169,359"/>
63<area shape="rect" id="node122" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="17,31,175,49"/>
64<area shape="rect" id="node122" href="javascript:void(0);" title="exceptions.BaseException.message" alt="" coords="17,49,175,68"/>
65<area shape="rect" id="node122" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="17,71,175,89"/>
66<area shape="rect" id="node122" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="17,89,175,108"/>
67<area shape="rect" id="node122" href="javascript:void(0);" title="x[y]" alt="" coords="17,108,175,127"/>
68<area shape="rect" id="node122" href="javascript:void(0);" title="x[i:j]" alt="" coords="17,127,175,145"/>
69<area shape="rect" id="node122" href="javascript:void(0);" title="helper for pickle" alt="" coords="17,145,175,164"/>
70<area shape="rect" id="node122" href="javascript:void(0);" title="repr(x)" alt="" coords="17,164,175,183"/>
71<area shape="rect" id="node122" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,183,175,201"/>
72<area shape="rect" id="node122" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="17,201,175,220"/>
73<area shape="rect" id="node122" href="javascript:void(0);" title="str(x)" alt="" coords="17,220,175,239"/>
74<area shape="rect" id="node122" href="javascript:void(0);" title="exceptions.BaseException.__unicode__" alt="" coords="17,239,175,257"/>
75<area shape="rect" id="node3" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="5,6,187,263"/>
Joe Gregorio1b425aa2012-08-24 12:04:34 -040076</map>
Joe Gregorio37802c32013-08-06 12:24:05 -040077 <img src="uml_class_diagram_for_oauth2cl_9.gif" alt='' usemap="#uml_class_diagram_for_oauth2cl_9" ismap="ismap" class="graph-without-title" />
Joe Gregorio1b425aa2012-08-24 12:04:34 -040078</center>
79</center>
80<hr />
81<pre class="literalblock">
82The XSRF token is invalid or expired.
83
84</pre>
85
86<!-- ==================== INSTANCE METHODS ==================== -->
87<a name="section-InstanceMethods"></a>
88<table class="summary" border="1" cellpadding="3"
89 cellspacing="0" width="100%" bgcolor="white">
90<tr bgcolor="#70b0f0" class="table-header">
91 <td colspan="2" class="table-header">
92 <table border="0" cellpadding="0" cellspacing="0" width="100%">
93 <tr valign="top">
94 <td align="left"><span class="table-header">Instance Methods</span></td>
95 <td align="right" valign="top"
96 ><span class="options">[<a href="#section-InstanceMethods"
97 class="privatelink" onclick="toggle_private();"
98 >hide private</a>]</span></td>
99 </tr>
100 </table>
101 </td>
102</tr>
103 <tr>
104 <td colspan="2" class="summary">
105 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
106 <code>__init__</code>,
107 <code>__new__</code>
108 </p>
109 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
110 <code>__delattr__</code>,
111 <code>__getattribute__</code>,
112 <code>__getitem__</code>,
113 <code>__getslice__</code>,
114 <code>__reduce__</code>,
115 <code>__repr__</code>,
116 <code>__setattr__</code>,
117 <code>__setstate__</code>,
118 <code>__str__</code>,
119 <code>__unicode__</code>
120 </p>
121 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
122 <code>__format__</code>,
123 <code>__hash__</code>,
124 <code>__reduce_ex__</code>,
125 <code>__sizeof__</code>,
126 <code>__subclasshook__</code>
127 </p>
128 </td>
129 </tr>
130</table>
131<!-- ==================== PROPERTIES ==================== -->
132<a name="section-Properties"></a>
133<table class="summary" border="1" cellpadding="3"
134 cellspacing="0" width="100%" bgcolor="white">
135<tr bgcolor="#70b0f0" class="table-header">
136 <td colspan="2" class="table-header">
137 <table border="0" cellpadding="0" cellspacing="0" width="100%">
138 <tr valign="top">
139 <td align="left"><span class="table-header">Properties</span></td>
140 <td align="right" valign="top"
141 ><span class="options">[<a href="#section-Properties"
142 class="privatelink" onclick="toggle_private();"
143 >hide private</a>]</span></td>
144 </tr>
145 </table>
146 </td>
147</tr>
148 <tr>
149 <td colspan="2" class="summary">
150 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
151 <code>args</code>,
152 <code>message</code>
153 </p>
154 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
155 <code>__class__</code>
156 </p>
157 </td>
158 </tr>
159</table>
160<!-- ==================== NAVIGATION BAR ==================== -->
161<table class="navbar" border="0" width="100%" cellpadding="0"
162 bgcolor="#a0c0ff" cellspacing="0">
163 <tr valign="middle">
164
165 <!-- Tree link -->
166 <th>&nbsp;&nbsp;&nbsp;<a
167 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
168
169 <!-- Index link -->
170 <th>&nbsp;&nbsp;&nbsp;<a
171 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
172
173 <!-- Help link -->
174 <th>&nbsp;&nbsp;&nbsp;<a
175 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
176
177 <th class="navbar" width="100%"></th>
178 </tr>
179</table>
180<table border="0" cellpadding="0" cellspacing="0" width="100%%">
181 <tr>
182 <td align="left" class="footer">
Joe Gregorio37802c32013-08-06 12:24:05 -0400183 Generated by Epydoc 3.0.1 on Tue Aug 6 12:16:44 2013
Joe Gregorio1b425aa2012-08-24 12:04:34 -0400184 </td>
185 <td align="right" class="footer">
186 <a target="mainFrame" href="http://epydoc.sourceforge.net"
187 >http://epydoc.sourceforge.net</a>
188 </td>
189 </tr>
190</table>
191
192<script type="text/javascript">
193 <!--
194 // Private objects are initially displayed (because if
195 // javascript is turned off then we want them to be
196 // visible); but by default, we want to hide them. So hide
197 // them unless we have a cookie that says to show them.
198 checkCookie();
199 // -->
200</script>
201</body>
202</html>