Skip to content

Commit

Permalink
Tweak GoogleSignIn::Identity docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeclaghorn committed Sep 14, 2018
1 parent 1e6f888 commit c1087fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ information contained in the token via the following instance methods:

* `email_address`

* `user_id`: A value that uniquely identifies a single Google user. Use this, not `email_address`, to associate a
* `user_id`: A string that uniquely identifies a single Google user. Use this, not `email_address`, to associate a
Google user with an application user. A Google user’s email address may change, but their `user_id` will remain constant.

* `email_verified?`
Expand All @@ -139,7 +139,8 @@ information contained in the token via the following instance methods:

* `locale`

* `hosted_domain`: The hosted G Suite domain of the user, provided only if user belongs to a hosted domain.
* `hosted_domain`: The user’s hosted G Suite domain, provided only if they belongs to a G Suite.


## Security

Expand Down

0 comments on commit c1087fe

Please sign in to comment.