chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/oauth2_v2.html b/docs/dyn/oauth2_v2.html
index 48cc3e0..c807bf5 100644
--- a/docs/dyn/oauth2_v2.html
+++ b/docs/dyn/oauth2_v2.html
@@ -123,14 +123,14 @@
   An object of the form:
 
     {
-    "audience": "A String", # Who is the intended audience for this token. In general the same as issued_to.
-    "email": "A String", # The email address of the user. Present only if the email scope is present in the request.
-    "expires_in": 42, # The expiry time of the token, as number of seconds left until expiry.
-    "issued_to": "A String", # To whom was the token issued to. In general the same as audience.
-    "scope": "A String", # The space separated list of scopes granted to this token.
-    "user_id": "A String", # The obfuscated user id.
-    "verified_email": True or False, # Boolean flag which is true if the email address is verified. Present only if the email scope is present in the request.
-  }</pre>
+  &quot;audience&quot;: &quot;A String&quot;, # Who is the intended audience for this token. In general the same as issued_to.
+  &quot;email&quot;: &quot;A String&quot;, # The email address of the user. Present only if the email scope is present in the request.
+  &quot;expires_in&quot;: 42, # The expiry time of the token, as number of seconds left until expiry.
+  &quot;issued_to&quot;: &quot;A String&quot;, # To whom was the token issued to. In general the same as audience.
+  &quot;scope&quot;: &quot;A String&quot;, # The space separated list of scopes granted to this token.
+  &quot;user_id&quot;: &quot;A String&quot;, # The obfuscated user id.
+  &quot;verified_email&quot;: True or False, # Boolean flag which is true if the email address is verified. Present only if the email scope is present in the request.
+}</pre>
 </div>
 
 </body></html>
\ No newline at end of file