public static class AccountService.AuthenticateResponse
extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
AccountID
The internal ID of your ESO account. 
 | 
String | 
AccountIDHex
The same value as AccountID, but now in hexadecimal. 
 | 
String | 
CanonicalAccountName
The default format of your account name (i.e. 
 | 
boolean | 
HasEmail
Always shows false, even though all accounts do have an associated [email protected] e-mail address. 
 | 
String | 
Passkey
I assume this Passkey is used later on to encrypt chat messages. 
 | 
| Constructor and Description | 
|---|
AuthenticateResponse()  | 
public int AccountID
public String CanonicalAccountName
public String AccountIDHex
public String Passkey
public boolean HasEmail