package com.hypixel.hytale.server.core.auth.oauth; public enum OAuthResult { UNKNOWN, SUCCESS, FAILED; private OAuthResult() { } }