blob: d1639ef56f8c93ab55415344302c5b418f42a736 [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.client.UnknownClientSecretsFlowError</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.client-module.html">Module&nbsp;client</a> ::
39 Class&nbsp;UnknownClientSecretsFlowError
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.client.UnknownClientSecretsFlowError-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 UnknownClientSecretsFlowError</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.client-pysrc.html#UnknownClientSecretsFlowError">source&nbsp;code</a></span></p>
57<center>
Joe Gregorio746096f2012-06-15 10:53:36 -040058<center> <map id="class_hierarchy_for_unknowncli" name="class_hierarchy_for_unknowncli">
59<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException" alt="" coords="21,5,197,32"/>
60<area shape="rect" href="javascript:void(0);" title="exceptions.Exception" alt="" coords="36,61,183,88"/>
61<area shape="rect" href="oauth2client.client.Error-class.html" title="Error" alt="" coords="85,117,133,144"/>
62<area shape="rect" href="oauth2client.client.UnknownClientSecretsFlowError-class.html" title="UnknownClientSecretsFlowError" alt="" coords="5,173,213,200"/>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040063</map>
Joe Gregorio746096f2012-06-15 10:53:36 -040064 <img src="class_hierarchy_for_unknowncli.gif" alt='' usemap="#class_hierarchy_for_unknowncli" ismap="ismap" class="graph-without-title" />
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040065</center>
66</center>
67<hr />
68<pre class="literalblock">
69The client secrets file called for an unknown type of OAuth 2.0 flow.
70
71</pre>
72
73<!-- ==================== INSTANCE METHODS ==================== -->
74<a name="section-InstanceMethods"></a>
75<table class="summary" border="1" cellpadding="3"
76 cellspacing="0" width="100%" bgcolor="white">
77<tr bgcolor="#70b0f0" class="table-header">
78 <td colspan="2" class="table-header">
79 <table border="0" cellpadding="0" cellspacing="0" width="100%">
80 <tr valign="top">
81 <td align="left"><span class="table-header">Instance Methods</span></td>
82 <td align="right" valign="top"
83 ><span class="options">[<a href="#section-InstanceMethods"
84 class="privatelink" onclick="toggle_private();"
85 >hide private</a>]</span></td>
86 </tr>
87 </table>
88 </td>
89</tr>
90 <tr>
91 <td colspan="2" class="summary">
92 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
93 <code>__init__</code>,
94 <code>__new__</code>
95 </p>
96 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
97 <code>__delattr__</code>,
98 <code>__getattribute__</code>,
99 <code>__getitem__</code>,
100 <code>__getslice__</code>,
101 <code>__reduce__</code>,
102 <code>__repr__</code>,
103 <code>__setattr__</code>,
104 <code>__setstate__</code>,
105 <code>__str__</code>,
106 <code>__unicode__</code>
107 </p>
108 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
109 <code>__format__</code>,
110 <code>__hash__</code>,
111 <code>__reduce_ex__</code>,
112 <code>__sizeof__</code>,
113 <code>__subclasshook__</code>
114 </p>
115 </td>
116 </tr>
117</table>
118<!-- ==================== PROPERTIES ==================== -->
119<a name="section-Properties"></a>
120<table class="summary" border="1" cellpadding="3"
121 cellspacing="0" width="100%" bgcolor="white">
122<tr bgcolor="#70b0f0" class="table-header">
123 <td colspan="2" class="table-header">
124 <table border="0" cellpadding="0" cellspacing="0" width="100%">
125 <tr valign="top">
126 <td align="left"><span class="table-header">Properties</span></td>
127 <td align="right" valign="top"
128 ><span class="options">[<a href="#section-Properties"
129 class="privatelink" onclick="toggle_private();"
130 >hide private</a>]</span></td>
131 </tr>
132 </table>
133 </td>
134</tr>
135 <tr>
136 <td colspan="2" class="summary">
137 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
138 <code>args</code>,
139 <code>message</code>
140 </p>
141 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
142 <code>__class__</code>
143 </p>
144 </td>
145 </tr>
146</table>
147<!-- ==================== NAVIGATION BAR ==================== -->
148<table class="navbar" border="0" width="100%" cellpadding="0"
149 bgcolor="#a0c0ff" cellspacing="0">
150 <tr valign="middle">
151
152 <!-- Tree link -->
153 <th>&nbsp;&nbsp;&nbsp;<a
154 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
155
156 <!-- Index link -->
157 <th>&nbsp;&nbsp;&nbsp;<a
158 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
159
160 <!-- Help link -->
161 <th>&nbsp;&nbsp;&nbsp;<a
162 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
163
164 <th class="navbar" width="100%"></th>
165 </tr>
166</table>
167<table border="0" cellpadding="0" cellspacing="0" width="100%%">
168 <tr>
169 <td align="left" class="footer">
Joe Gregorioad8013f2012-08-03 08:44:02 -0400170 Generated by Epydoc 3.0.1 on Fri Aug 3 07:38:29 2012
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -0400171 </td>
172 <td align="right" class="footer">
173 <a target="mainFrame" href="http://epydoc.sourceforge.net"
174 >http://epydoc.sourceforge.net</a>
175 </td>
176 </tr>
177</table>
178
179<script type="text/javascript">
180 <!--
181 // Private objects are initially displayed (because if
182 // javascript is turned off then we want them to be
183 // visible); but by default, we want to hide them. So hide
184 // them unless we have a cookie that says to show them.
185 checkCookie();
186 // -->
187</script>
188</body>
189</html>