-
id
SocialId id
The user id
-
displayName
String displayName
The user full name.
-
email
String email
The user's email
-
firstName
String firstName
-
lastName
String lastName
-
avatarUrl
String avatarUrl
A URL pointing to an avatar
-
authMethod
AuthenticationMethod authMethod
The method that was used to authenticate the user.
-
token
String token
The token (available when authMethod is OAUTH1, OAUTH2 or OPENID_OAUTH_HYBRID)
-
expiration
long expiration
the milliseconds since 1970-01=01 when the token is expired
-
secret
String secret
The secret (available when authMethod is OAUTH1 or OPENID_OAUTH_HYBRID)
-
attributes
Map<K,V> attributes