HyCodeYourTale
classpublicPriority 1

AuthLoginDeviceCommand

com.hypixel.hytale.server.core.command.commands.server.auth.AuthLoginDeviceCommand

extends CommandBase

1

Methods

1

Public Methods

0

Fields

1

Constructors

Constants

MessageMESSAGE_ALREADY_AUTHENTICATED= Message.translation("server.commands.auth.login.alreadyAuthenticated").color(Color.YELLOW)
MessageMESSAGE_FAILED= Message.translation("server.commands.auth.login.device.failed").color(Color.RED)
MessageMESSAGE_PENDING= Message.translation("server.commands.auth.login.pending").color(Color.YELLOW)
MessageMESSAGE_SINGLEPLAYER= Message.translation("server.commands.auth.login.singleplayer").color(Color.RED)
MessageMESSAGE_STARTING= Message.translation("server.commands.auth.login.device.starting").color(Color.YELLOW)
MessageMESSAGE_SUCCESS= Message.translation("server.commands.auth.login.device.success").color(Color.GREEN)

Constructors

public
AuthLoginDeviceCommand()

Methods

Public Methods (1)

public
void onFlowInfo(String userCode, String verificationUri, String verificationUriComplete, int expiresIn)
@Override

Related Classes