GapiOauth2V2Model.UserinfoplusSourcetype t = {email : string;The user's email address.
*)family_name : string;The user's last name.
*)gender : string;The user's gender.
*)given_name : string;The user's first name.
*)hd : string;The hosted domain e.g. example.com if the user is Google apps user.
*)id : string;The obfuscated ID of the user.
*)link : string;URL of the profile page.
*)locale : string;The user's preferred locale.
*)name : string;The user's full name.
*)picture : string;URL of the user's picture image.
*)verified_email : bool;Boolean flag which is true if the email address is verified. Always verified because we only return the user's primary email address.
*)}