Refresh docs
diff --git a/docs/epy/oauth2client.client.Credentials-class.html b/docs/epy/oauth2client.client.Credentials-class.html
index 5f11487..ebd7e57 100644
--- a/docs/epy/oauth2client.client.Credentials-class.html
+++ b/docs/epy/oauth2client.client.Credentials-class.html
@@ -96,13 +96,9 @@
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
- <td><span class="summary-sig"><a name="authorize"></a><span class="summary-sig-name">authorize</span>(<span class="summary-sig-arg">self</span>,
+ <td><span class="summary-sig"><a href="oauth2client.client.Credentials-class.html#authorize" class="summary-sig-name">authorize</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">http</span>)</span><br />
- Take an httplib2.Http instance (or equivalent) and
-authorizes it for the set of credentials, usually by
-replacing http.request() with a method that adds in
-the appropriate headers and then delegates to the original
-Http.request() method.</td>
+ Take an httplib2.Http instance (or equivalent) and authorizes it.</td>
<td align="right" valign="top">
<span class="codelink"><a href="oauth2client.client-pysrc.html#Credentials.authorize">source code</a></span>
@@ -136,6 +132,24 @@
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
+ <td><span class="summary-sig"><a href="oauth2client.client.Credentials-class.html#revoke" class="summary-sig-name">revoke</a>(<span class="summary-sig-arg">self</span>,
+ <span class="summary-sig-arg">http</span>)</span><br />
+ Revokes a refresh_token and makes the credentials void.</td>
+ <td align="right" valign="top">
+ <span class="codelink"><a href="oauth2client.client-pysrc.html#Credentials.revoke">source code</a></span>
+
+ </td>
+ </tr>
+ </table>
+
+ </td>
+ </tr>
+<tr>
+ <td width="15%" align="right" valign="top" class="summary">
+ <span class="summary-type"> </span>
+ </td><td class="summary">
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr>
<td><span class="summary-sig"><a href="oauth2client.client.Credentials-class.html#apply" class="summary-sig-name">apply</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">headers</span>)</span><br />
Add the authorization to the headers.</td>
@@ -156,7 +170,7 @@
<tr>
<td><span class="summary-sig"><a href="oauth2client.client.Credentials-class.html#_to_json" class="summary-sig-name" onclick="show_private();">_to_json</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">strip</span>)</span><br />
- Utility function for creating a JSON representation of an instance of Credentials.</td>
+ Utility function that creates JSON repr.</td>
<td align="right" valign="top">
<span class="codelink"><a href="oauth2client.client-pysrc.html#Credentials._to_json">source code</a></span>
@@ -326,6 +340,37 @@
</td>
</tr>
</table>
+<a name="authorize"></a>
+<div>
+<table class="details" border="1" cellpadding="3"
+ cellspacing="0" width="100%" bgcolor="white">
+<tr><td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr valign="top"><td>
+ <h3 class="epydoc"><span class="sig"><span class="sig-name">authorize</span>(<span class="sig-arg">self</span>,
+ <span class="sig-arg">http</span>)</span>
+ </h3>
+ </td><td align="right" valign="top"
+ ><span class="codelink"><a href="oauth2client.client-pysrc.html#Credentials.authorize">source code</a></span>
+ </td>
+ </tr></table>
+
+ <pre class="literalblock">
+Take an httplib2.Http instance (or equivalent) and authorizes it.
+
+Authorizes it for the set of credentials, usually by replacing
+http.request() with a method that adds in the appropriate headers and then
+delegates to the original Http.request() method.
+
+Args:
+ http: httplib2.Http, an http object to be used to make the refresh
+ request.
+
+</pre>
+ <dl class="fields">
+ </dl>
+</td></tr></table>
+</div>
<a name="refresh"></a>
<div>
<table class="details" border="1" cellpadding="3"
@@ -353,6 +398,33 @@
</dl>
</td></tr></table>
</div>
+<a name="revoke"></a>
+<div>
+<table class="details" border="1" cellpadding="3"
+ cellspacing="0" width="100%" bgcolor="white">
+<tr><td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr valign="top"><td>
+ <h3 class="epydoc"><span class="sig"><span class="sig-name">revoke</span>(<span class="sig-arg">self</span>,
+ <span class="sig-arg">http</span>)</span>
+ </h3>
+ </td><td align="right" valign="top"
+ ><span class="codelink"><a href="oauth2client.client-pysrc.html#Credentials.revoke">source code</a></span>
+ </td>
+ </tr></table>
+
+ <pre class="literalblock">
+Revokes a refresh_token and makes the credentials void.
+
+Args:
+ http: httplib2.Http, an http object to be used to make the revoke
+ request.
+
+</pre>
+ <dl class="fields">
+ </dl>
+</td></tr></table>
+</div>
<a name="apply"></a>
<div>
<table class="details" border="1" cellpadding="3"
@@ -395,7 +467,7 @@
</tr></table>
<pre class="literalblock">
-Utility function for creating a JSON representation of an instance of Credentials.
+Utility function that creates JSON repr. of a Credentials object.
Args:
strip: array, An array of names of members to not include in the JSON.
@@ -523,7 +595,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
- Generated by Epydoc 3.0.1 on Thu Jan 24 16:14:41 2013
+ Generated by Epydoc 3.0.1 on Thu Mar 7 10:31:24 2013
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"