imported patch docs
diff --git a/docs/dyn/oauth2.v2.html b/docs/dyn/oauth2.v2.html
index 4101f69..f463774 100644
--- a/docs/dyn/oauth2.v2.html
+++ b/docs/dyn/oauth2.v2.html
@@ -14,48 +14,15 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-issueTokenGet"><strong>issueTokenGet</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
- <br>
-Args:<br>
- origin: string, A parameter<br>
- force: boolean, A parameter<br>
- client_id: string, A parameter (required)<br>
- alg: string, A parameter<br>
- app_id: string, A parameter<br>
- android_device_id: string, A parameter<br>
- audience: string, A parameter<br>
- hl: string, A parameter<br>
- scope: string, A parameter (required)<br>
- response_type: string, A parameter (required)<br>
- <br>
-Returns:<br>
- An object of the form<br>
- <br>
- {<br>
- "consent": {<br>
- "scopes": [<br>
- {<br>
- "description": "A String",<br>
- "detail": "A String",<br>
- },<br>
- ],<br>
- "oauthClient": {<br>
- "iconUri": "A String",<br>
- "developerEmail": "A String",<br>
- "name": "A String",<br>
- },<br>
- },<br>
- "token": "A String",<br>
- "code": "A String",<br>
- "issueAdvice": "A String",<br>
- "idToken": "A String",<br>
- }</tt></dd></dl>
-
<dl><dt><a name="Resource-tokeninfo"><strong>tokeninfo</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
access_token: string, A parameter<br>
id_token: string, A parameter<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -64,7 +31,7 @@
"issued_to": "A String", # To whom was the token issued to. In general the same as audience.<br>
"user_id": "A String", # The Gaia obfuscated user id.<br>
"expires_in": 42, # The expiry time of the token, as number of seconds left until expiry.<br>
- "access_type": "A String", # The access type granted with this toke. It can be offline or online.<br>
+ "access_type": "A String", # The access type granted with this token. It can be offline or online.<br>
"audience": "A String", # Who is the intended audience for this token. In general the same as issued_to.<br>
"scope": "A String", # The space separated list of scopes granted to this token.<br>
"email": "A String", # The email address of the user. Present only if the email scope is present in the request.<br>