class EncryptedAuthCredentialStoreProvider
com.hypixel.hytale.server.core.auth
Methods: void setTokens(com.hypixel.hytale.server.core.auth.IAuthCredentialStore$OAuthTokens); void setProfile(java.util.UUID); java.util.UUID getProfile(); void clear(); com.hypixel.hytale.server.core.auth.IAuthCredentialStore createStore(); java.lang.String toString()
class ProfileServiceClient
com.hypixel.hytale.server.core.auth
Client for looking up player profiles. Use getProfileByUsername(name, token) to get PublicGameProfile with UUID and username.
class ProfileServiceClient.PublicGameProfile
com.hypixel.hytale.server.core.auth
Player profile with getUuid(), getUsername().
class ServerAuthManager
com.hypixel.hytale.server.core.auth
Singleton for server authentication. Use getInstance() to get instance, getSessionToken() for auth token, getProfileServiceClient() for profile lookups.