public class Client
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Client.Type |
| Modifier and Type | Field and Description |
|---|---|
AuthProviderPair |
auth |
java.lang.String |
auth_id |
boolean |
checkSign |
boolean |
isAuth |
boolean |
isSecure |
pro.gravit.utils.helper.LogHelper.OutputEnity |
logOutput |
pro.gravit.launcher.ClientPermissions |
permissions |
pro.gravit.launcher.profiles.ClientProfile |
profile |
long |
session |
long |
timestamp |
Client.Type |
type |
java.lang.String |
username |
java.lang.String |
verifyToken |
| Constructor and Description |
|---|
Client(long session) |
| Modifier and Type | Method and Description |
|---|---|
void |
up() |
void |
updateAuth(LaunchServer server) |
public long session
public java.lang.String auth_id
public long timestamp
public Client.Type type
public pro.gravit.launcher.profiles.ClientProfile profile
public boolean isAuth
public boolean checkSign
public boolean isSecure
public pro.gravit.launcher.ClientPermissions permissions
public java.lang.String username
public java.lang.String verifyToken
public transient pro.gravit.utils.helper.LogHelper.OutputEnity logOutput
public transient AuthProviderPair auth
public void up()
public void updateAuth(LaunchServer server)