Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 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.AccessTokenRefreshError</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 AccessTokenRefreshError |
| 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.AccessTokenRefreshError-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 AccessTokenRefreshError</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.client-pysrc.html#AccessTokenRefreshError">source code</a></span></p> |
| 57 | <center> |
Joe Gregorio | 746096f | 2012-06-15 10:53:36 -0400 | [diff] [blame^] | 58 | <center> <map id="class_hierarchy_for_accesstoke_3" name="class_hierarchy_for_accesstoke_3"> |
| 59 | <area shape="rect" href="javascript:void(0);" title="exceptions.BaseException" alt="" coords="5,5,181,32"/> |
| 60 | <area shape="rect" href="javascript:void(0);" title="exceptions.Exception" alt="" coords="20,61,167,88"/> |
| 61 | <area shape="rect" href="oauth2client.client.Error-class.html" title="Error" alt="" coords="69,117,117,144"/> |
| 62 | <area shape="rect" href="oauth2client.client.AccessTokenRefreshError-class.html" title="AccessTokenRefreshError" alt="" coords="8,173,179,200"/> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 63 | </map> |
Joe Gregorio | 746096f | 2012-06-15 10:53:36 -0400 | [diff] [blame^] | 64 | <img src="class_hierarchy_for_accesstoke_3.gif" alt='' usemap="#class_hierarchy_for_accesstoke_3" ismap="ismap" class="graph-without-title" /> |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 65 | </center> |
| 66 | </center> |
| 67 | <hr /> |
| 68 | <pre class="literalblock"> |
| 69 | Error trying to refresh an expired access token. |
| 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> <a |
| 154 | href="module-tree.html">Trees</a> </th> |
| 155 | |
| 156 | <!-- Index link --> |
| 157 | <th> <a |
| 158 | href="identifier-index.html">Indices</a> </th> |
| 159 | |
| 160 | <!-- Help link --> |
| 161 | <th> <a |
| 162 | href="help.html">Help</a> </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 Gregorio | 746096f | 2012-06-15 10:53:36 -0400 | [diff] [blame^] | 170 | Generated by Epydoc 3.0.1 on Fri Jun 15 09:51:50 2012 |
Joe Gregorio | 5dc0f5c | 2012-06-05 13:34:31 -0400 | [diff] [blame] | 171 | </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> |