blob: 8983c2d2052f60e6c723f19b88f423d92240e52c [file] [log] [blame]
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -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.InvalidClientSecretsError</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;InvalidClientSecretsError
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.InvalidClientSecretsError-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 InvalidClientSecretsError</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.appengine-pysrc.html#InvalidClientSecretsError">source&nbsp;code</a></span></p>
57<center>
58<center> <map id="uml_class_diagram_for_oauth2cl_5" name="uml_class_diagram_for_oauth2cl_5">
59<area shape="rect" href="oauth2client.appengine.InvalidClientSecretsError-class.html" title="The client_secrets.json file is malformed or missing required fields." alt="" coords="23,379,167,411"/>
60<area shape="rect" href="javascript:void(0);" title="x.__init__(...) initializes x; see x.__class__.__doc__ for signature" alt="" coords="32,311,157,329"/>
61<area shape="rect" href="javascript:void(0);" title="exceptions.Exception.__new__" alt="" coords="32,329,157,348"/>
62<area shape="rect" href="javascript:void(0);" title="Common base class for all non&#45;exit exceptions." alt="" coords="31,285,159,349"/>
63<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="17,28,172,47"/>
64<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.message" alt="" coords="17,47,172,65"/>
65<area shape="rect" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="17,68,172,87"/>
66<area shape="rect" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="17,87,172,105"/>
67<area shape="rect" href="javascript:void(0);" title="x[y]" alt="" coords="17,105,172,124"/>
68<area shape="rect" href="javascript:void(0);" title="x[i:j]" alt="" coords="17,124,172,143"/>
69<area shape="rect" href="javascript:void(0);" title="helper for pickle" alt="" coords="17,143,172,161"/>
70<area shape="rect" href="javascript:void(0);" title="repr(x)" alt="" coords="17,161,172,180"/>
71<area shape="rect" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,180,172,199"/>
72<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="17,199,172,217"/>
73<area shape="rect" href="javascript:void(0);" title="str(x)" alt="" coords="17,217,172,236"/>
74<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.__unicode__" alt="" coords="17,236,172,255"/>
75<area shape="rect" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="16,11,173,256"/>
76</map>
77 <img src="uml_class_diagram_for_oauth2cl_5.gif" alt='' usemap="#uml_class_diagram_for_oauth2cl_5" ismap="ismap" class="graph-without-title" />
78</center>
79</center>
80<hr />
81<pre class="literalblock">
82The client_secrets.json file is malformed or missing required fields.
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 Gregorio66212032012-06-14 09:10:14 -0400183 Generated by Epydoc 3.0.1 on Thu Jun 14 08:01:57 2012
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -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>