History - com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication
1.16.2
Names
com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication
Fields
org.apache.logging.log4j.Logger: LOGGER
URL: routeAuthenticate
URL: routeRefresh
URL: routeValidate
URL: routeInvalidate
URL: routeSignout
String: STORAGE_KEY_ACCESS_TOKEN
Agent: agent
GameProfile[]: profiles
String: accessToken
boolean: isOnline
Constructors
(YggdrasilAuthenticationService, Agent)
(YggdrasilAuthenticationService, Agent, Environment)
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