Klasse AuthenticationUtil

java.lang.Object
info.u_team.oauth_account_manager.util.AuthenticationUtil

public class AuthenticationUtil extends Object
  • Konstruktordetails

    • AuthenticationUtil

      public AuthenticationUtil()
  • Methodendetails

    • isAccessTokenValid

      public static CompletableFuture<Boolean> isAccessTokenValid(String accessToken)
    • createWebAuthenticationMethod

      public static net.hycrafthd.simple_minecraft_authenticator.method.AuthenticationMethod createWebAuthenticationMethod()
    • createMinecraftAccountData

      public static AuthenticationUtil.MinecraftAccountData createMinecraftAccountData(LoadedAccount loadedAccount) throws com.mojang.authlib.exceptions.AuthenticationException
      Löst aus:
      com.mojang.authlib.exceptions.AuthenticationException
    • setMinecraftAccountData

      public static void setMinecraftAccountData(AuthenticationUtil.MinecraftAccountData data)