Class OAuthDeviceFlow

java.lang.Object
com.hypixel.hytale.server.core.auth.oauth.OAuthFlow
com.hypixel.hytale.server.core.auth.oauth.OAuthDeviceFlow
Direct Known Subclasses:
AuthLoginDeviceCommand.AuthFlow

public abstract class OAuthDeviceFlow extends OAuthFlow
  • Constructor Details

    • OAuthDeviceFlow

      public OAuthDeviceFlow()
  • Method Details

    • onFlowInfo

      public abstract void onFlowInfo(String var1, String var2, String var3, int var4)