OLD | NEW |
(Empty) | |
| 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>oauth2client.client.AccessTokenCredentialsError</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> <a |
| 20 href="module-tree.html">Trees</a> </th> |
| 21 |
| 22 <!-- Index link --> |
| 23 <th> <a |
| 24 href="identifier-index.html">Indices</a> </th> |
| 25 |
| 26 <!-- Help link --> |
| 27 <th> <a |
| 28 href="help.html">Help</a> </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 oauth2client</a> :: |
| 38 <a href="oauth2client.client-module.html">Module client</a> :: |
| 39 Class AccessTokenCredentialsError |
| 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 private</a>]</span></td></tr> |
| 47 <tr><td align="right"><span class="options" |
| 48 >[<a href="frames.html" target="_top">frames</a |
| 49 >] | <a href="oauth2client.client.AccessTokenCredentialsEr
ror-class.html" |
| 50 target="_top">no frames</a>]</span></td></tr> |
| 51 </table> |
| 52 </td> |
| 53 </tr> |
| 54 </table> |
| 55 <!-- ==================== CLASS DESCRIPTION ==================== --> |
| 56 <h1 class="epydoc">Class AccessTokenCredentialsError</h1><p class="nomargin-top"
><span class="codelink"><a href="oauth2client.client-pysrc.html#AccessTokenCrede
ntialsError">source code</a></span></p> |
| 57 <center> |
| 58 <center> <map id="uml_class_diagram_for_oauth2cl_11" name="uml_class_diagram_fo
r_oauth2cl_11"> |
| 59 <area shape="rect" href="oauth2client.client.AccessTokenCredentialsError-class.h
tml" title="Having only the access_token means no refresh is possible." alt="" c
oords="16,440,189,472"/> |
| 60 <area shape="rect" href="oauth2client.client.Error-class.html" title="Base error
for this module." alt="" coords="87,379,119,411"/> |
| 61 <area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.ar
gs" alt="" coords="25,28,180,47"/> |
| 62 <area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.me
ssage" alt="" coords="25,47,180,65"/> |
| 63 <area shape="rect" href="javascript:void(0);" title="x.__delattr__('name'
;) <==> del x.name" alt="" coords="25,68,180,87"/> |
| 64 <area shape="rect" href="javascript:void(0);" title="x.__getattribute__('nam
e') <==> x.name" alt="" coords="25,87,180,105"/> |
| 65 <area shape="rect" href="javascript:void(0);" title="x[y]" alt="" coords="25,105
,180,124"/> |
| 66 <area shape="rect" href="javascript:void(0);" title="x[i:j]" alt="" coords="25,1
24,180,143"/> |
| 67 <area shape="rect" href="javascript:void(0);" title="helper for pickle" alt="" c
oords="25,143,180,161"/> |
| 68 <area shape="rect" href="javascript:void(0);" title="repr(x)" alt="" coords="25,
161,180,180"/> |
| 69 <area shape="rect" href="javascript:void(0);" title="x.__setattr__('name'
;, value) <==> x.name = value" alt="" coords="25,180,180,199"/> |
| 70 <area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.__
setstate__" alt="" coords="25,199,180,217"/> |
| 71 <area shape="rect" href="javascript:void(0);" title="str(x)" alt="" coords="25,2
17,180,236"/> |
| 72 <area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.__
unicode__" alt="" coords="25,236,180,255"/> |
| 73 <area shape="rect" href="javascript:void(0);" title="Common base class for all e
xceptions" alt="" coords="24,11,181,256"/> |
| 74 <area shape="rect" href="javascript:void(0);" title="x.__init__(...) initializes
x; see x.__class__.__doc__ for signature" alt="" coords="40,311,165,329"/> |
| 75 <area shape="rect" href="javascript:void(0);" title="exceptions.Exception.__new_
_" alt="" coords="40,329,165,348"/> |
| 76 <area shape="rect" href="javascript:void(0);" title="Common base class for all n
on-exit exceptions." alt="" coords="39,285,167,349"/> |
| 77 </map> |
| 78 <img src="uml_class_diagram_for_oauth2cl_11.gif" alt='' usemap="#uml_class_dia
gram_for_oauth2cl_11" ismap="ismap" class="graph-without-title" /> |
| 79 </center> |
| 80 </center> |
| 81 <hr /> |
| 82 <pre class="literalblock"> |
| 83 Having only the access_token means no refresh is possible. |
| 84 |
| 85 </pre> |
| 86 |
| 87 <!-- ==================== INSTANCE METHODS ==================== --> |
| 88 <a name="section-InstanceMethods"></a> |
| 89 <table class="summary" border="1" cellpadding="3" |
| 90 cellspacing="0" width="100%" bgcolor="white"> |
| 91 <tr bgcolor="#70b0f0" class="table-header"> |
| 92 <td colspan="2" class="table-header"> |
| 93 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 94 <tr valign="top"> |
| 95 <td align="left"><span class="table-header">Instance Methods</span></td> |
| 96 <td align="right" valign="top" |
| 97 ><span class="options">[<a href="#section-InstanceMethods" |
| 98 class="privatelink" onclick="toggle_private();" |
| 99 >hide private</a>]</span></td> |
| 100 </tr> |
| 101 </table> |
| 102 </td> |
| 103 </tr> |
| 104 <tr> |
| 105 <td colspan="2" class="summary"> |
| 106 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception
</code></b>: |
| 107 <code>__init__</code>, |
| 108 <code>__new__</code> |
| 109 </p> |
| 110 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseExcep
tion</code></b>: |
| 111 <code>__delattr__</code>, |
| 112 <code>__getattribute__</code>, |
| 113 <code>__getitem__</code>, |
| 114 <code>__getslice__</code>, |
| 115 <code>__reduce__</code>, |
| 116 <code>__repr__</code>, |
| 117 <code>__setattr__</code>, |
| 118 <code>__setstate__</code>, |
| 119 <code>__str__</code>, |
| 120 <code>__unicode__</code> |
| 121 </p> |
| 122 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: |
| 123 <code>__format__</code>, |
| 124 <code>__hash__</code>, |
| 125 <code>__reduce_ex__</code>, |
| 126 <code>__sizeof__</code>, |
| 127 <code>__subclasshook__</code> |
| 128 </p> |
| 129 </td> |
| 130 </tr> |
| 131 </table> |
| 132 <!-- ==================== PROPERTIES ==================== --> |
| 133 <a name="section-Properties"></a> |
| 134 <table class="summary" border="1" cellpadding="3" |
| 135 cellspacing="0" width="100%" bgcolor="white"> |
| 136 <tr bgcolor="#70b0f0" class="table-header"> |
| 137 <td colspan="2" class="table-header"> |
| 138 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 139 <tr valign="top"> |
| 140 <td align="left"><span class="table-header">Properties</span></td> |
| 141 <td align="right" valign="top" |
| 142 ><span class="options">[<a href="#section-Properties" |
| 143 class="privatelink" onclick="toggle_private();" |
| 144 >hide private</a>]</span></td> |
| 145 </tr> |
| 146 </table> |
| 147 </td> |
| 148 </tr> |
| 149 <tr> |
| 150 <td colspan="2" class="summary"> |
| 151 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseExcep
tion</code></b>: |
| 152 <code>args</code>, |
| 153 <code>message</code> |
| 154 </p> |
| 155 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: |
| 156 <code>__class__</code> |
| 157 </p> |
| 158 </td> |
| 159 </tr> |
| 160 </table> |
| 161 <!-- ==================== NAVIGATION BAR ==================== --> |
| 162 <table class="navbar" border="0" width="100%" cellpadding="0" |
| 163 bgcolor="#a0c0ff" cellspacing="0"> |
| 164 <tr valign="middle"> |
| 165 |
| 166 <!-- Tree link --> |
| 167 <th> <a |
| 168 href="module-tree.html">Trees</a> </th> |
| 169 |
| 170 <!-- Index link --> |
| 171 <th> <a |
| 172 href="identifier-index.html">Indices</a> </th> |
| 173 |
| 174 <!-- Help link --> |
| 175 <th> <a |
| 176 href="help.html">Help</a> </th> |
| 177 |
| 178 <th class="navbar" width="100%"></th> |
| 179 </tr> |
| 180 </table> |
| 181 <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 182 <tr> |
| 183 <td align="left" class="footer"> |
| 184 Generated by Epydoc 3.0.1 on Tue Jun 5 09:03:08 2012 |
| 185 </td> |
| 186 <td align="right" class="footer"> |
| 187 <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 188 >http://epydoc.sourceforge.net</a> |
| 189 </td> |
| 190 </tr> |
| 191 </table> |
| 192 |
| 193 <script type="text/javascript"> |
| 194 <!-- |
| 195 // Private objects are initially displayed (because if |
| 196 // javascript is turned off then we want them to be |
| 197 // visible); but by default, we want to hide them. So hide |
| 198 // them unless we have a cookie that says to show them. |
| 199 checkCookie(); |
| 200 // --> |
| 201 </script> |
| 202 </body> |
| 203 </html> |
OLD | NEW |