google_api_o_auth2 v0.0.1
GoogleApi.OAuth2.V2.Model.Userinfoplus
View Source
Attributes
- email (String): The user's email address. Defaults to:
null.
- family_name (String): The user's last name. Defaults to:
null.
- gender (String): The user's gender. Defaults to:
null.
- given_name (String): The user's first name. Defaults to:
null.
- hd (String): The hosted domain e.g. example.com if the user is Google apps user. Defaults to:
null.
- id (String): The obfuscated ID of the user. Defaults to:
null.
- link (String): URL of the profile page. Defaults to:
null.
- locale (String): The user's preferred locale. Defaults to:
null.
- name (String): The user's full name. Defaults to:
null.
- picture (String): URL of the user's picture image. Defaults to:
null.
- verified_email (Boolean): Boolean flag which is true if the email address is verified. Always verified because we only return the user's primary email address. Defaults to:
null.