Update docs for 1.3.2 release.
diff --git a/docs/dyn/oauth2_v2.html b/docs/dyn/oauth2_v2.html
index 8c22fe5..f56acb7 100644
--- a/docs/dyn/oauth2_v2.html
+++ b/docs/dyn/oauth2_v2.html
@@ -80,10 +80,36 @@
<p class="firstline">Returns the userinfo Resource.</p>
<p class="toc_element">
+ <code><a href="#getCertForOpenIdConnect">getCertForOpenIdConnect()</a></code></p>
+<p class="firstline">A description of how to use this function</p>
+<p class="toc_element">
<code><a href="#tokeninfo">tokeninfo(access_token=None, id_token=None)</a></code></p>
<p class="firstline">A description of how to use this function</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="getCertForOpenIdConnect">getCertForOpenIdConnect()</code>
+ <pre>A description of how to use this function
+
+Args:
+
+Returns:
+ An object of the form:
+
+ {
+ "keys": [
+ {
+ "use": "sig",
+ "e": "A String",
+ "kty": "RSA",
+ "alg": "RS256",
+ "n": "A String",
+ "kid": "A String",
+ },
+ ],
+ }</pre>
+</div>
+
+<div class="method">
<code class="details" id="tokeninfo">tokeninfo(access_token=None, id_token=None)</code>
<pre>A description of how to use this function