classpublicPriority 1
AuthConfig
com.hypixel.hytale.server.core.auth.AuthConfig
1
Methods
1
Public Methods
0
Fields
1
Constructors
Constants
StringACCOUNT_DATA_URL= "https://account-data.hytale.com"
StringBUILD_ENVIRONMENT= "release"
StringCLIENT_ID= "hytale-server"
StringCONSENT_REDIRECT_URL= "https://accounts.hytale.com/consent/client"
StringDEVICE_AUTH_URL= "https://oauth.accounts.hytale.com/oauth2/device/auth"
intDEVICE_POLL_INTERVAL_SECONDS= 15
StringENV_SERVER_AUDIENCE= "HYTALE_SERVER_AUDIENCE"
StringENV_SERVER_IDENTITY_TOKEN= "HYTALE_SERVER_IDENTITY_TOKEN"
StringENV_SERVER_SESSION_TOKEN= "HYTALE_SERVER_SESSION_TOKEN"
intHTTP_TIMEOUT_SECONDS= 10
StringOAUTH_AUTH_URL= "https://oauth.accounts.hytale.com/oauth2/auth"
StringOAUTH_TOKEN_URL= "https://oauth.accounts.hytale.com/oauth2/token"
String[]SCOPES= <complex>
StringSCOPE_CLIENT= "hytale:client"
StringSCOPE_EDITOR= "hytale:editor"
StringSCOPE_SERVER= "hytale:server"
StringSERVER_AUDIENCE_OVERRIDE= System.getenv("HYTALE_SERVER_AUDIENCE")
StringSESSION_SERVICE_URL= "https://sessions.hytale.com"
StringUSER_AGENT= "HytaleServer/" + ManifestUtil.getImplementationVersion()
Constructors
private
AuthConfig()Methods
Public Methods (1)
publicstatic
String getServerAudience()@Nonnull
Related Classes
Used By