Class to hold user information as returned by the userinfo endpoint.
We only care about the email and verified_email fields of the response; the
corresponding fields here are annotated with @Key which is used by the
google http client json infrastructure when parsing the response to know
which fields to extract.
Linear Supertypes
GenericJson, GenericData, Cloneable, AbstractMap[String, AnyRef], Map[String, AnyRef], AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
UserInfo
GenericJson
GenericData
Cloneable
AbstractMap
Map
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
newUserInfo()
Type Members
final classEntryIterator extends Iterator[Entry[String, AnyRef]]
Class to hold user information as returned by the userinfo endpoint. We only care about the email and verified_email fields of the response; the corresponding fields here are annotated with @Key which is used by the google http client json infrastructure when parsing the response to know which fields to extract.