Refresh docs
diff --git a/docs/dyn/oauth2_v2.userinfo.html b/docs/dyn/oauth2_v2.userinfo.html
index bc00dbb..dab5c0d 100644
--- a/docs/dyn/oauth2_v2.userinfo.html
+++ b/docs/dyn/oauth2_v2.userinfo.html
@@ -98,12 +98,13 @@
"picture": "A String", # URL of the user's picture image.
"locale": "A String", # The user's default locale.
"gender": "A String", # The user's gender.
- "email": "A String", # The user's email address.
+ "id": "A String", # The focus obfuscated gaia id of the user.
"birthday": "A String", # The user's birthday. The year is not present.
"link": "A String", # URL of the profile page.
"given_name": "A String", # The user's first name.
"timezone": "A String", # The user's default timezone.
- "id": "A String", # The focus obfuscated gaia id of the user.
+ "email": "A String", # The user's email address.
+ "hd": "A String", # The hosted domain e.g. example.com if the user is Google apps user.
"verified_email": True or False, # Boolean flag which is true if the email address is verified.
}</pre>
</div>