History - com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication
1.14.3
Names
com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication
Fields
org.apache.logging.log4j.Logger: LOGGER
String: BASE_URL
URL: ROUTE_AUTHENTICATE
URL: ROUTE_REFRESH
URL: ROUTE_VALIDATE
URL: ROUTE_INVALIDATE
URL: ROUTE_SIGNOUT
String: STORAGE_KEY_ACCESS_TOKEN
Agent: agent
GameProfile[]: profiles
String: accessToken
boolean: isOnline
Constructors
(YggdrasilAuthenticationService, Agent)
Methods
boolean (): canLogIn
void (): logIn
void (): logInWithPassword
void (User): updateUserProperties
void (): logInWithToken
boolean (): checkTokenValidity
void (): logOut
GameProfile[] (): getAvailableProfiles
boolean (): isLoggedIn
boolean (): canPlayOnline
void (GameProfile): selectGameProfile
void (Map<String, Object>): loadFromStorage
Map<String, Object> (): saveForStorage
String (): getSessionToken
String (): getAuthenticatedToken
Agent (): getAgent
YggdrasilAuthenticationService (): getAuthenticationService