User Class
Constructor
User
(
-
details
Parameters:
-
detailsObject
Item Index
Methods
- userID static
Methods
userID
()
String
private
static
Return an identifier for a User.
Returns:
String:
A string for identifying an event.
Properties
battlenet
String
BattleNet Tag
contact
String
Describes where to contact the user, type is prepended as a protocol and is partially defined by parsing the contact string for patterns.
data
Object
Field values for arbitrary data.
gmail
String
User's GMail account for google auth.
gmail
String
User's eMail account for general correspondence.
id
String
image
String
URL of profile picture
ips
String
List of seen IPs for security purposes.
minecraft
String
The minecraft user for this user
name
String
Full name of user
pvpnet
String
League of Legends Main
sessions
String
String array of session ObjectId's (This prevents other sessions from being exposed in links).
steam
String
The steam user for this user
username
String
User's username.
