Cuberite
A lightweight, fast and extensible game server for Minecraft
Variables
Authenticator.cpp File Reference
#include "Globals.h"
#include "Protocol/Authenticator.h"
#include "ClientHandle.h"
#include "HTTP/UrlClient.h"
#include "HTTP/UrlParser.h"
#include "IniFile.h"
#include "JsonUtils.h"
#include "json/json.h"
#include "Protocol/MojangAPI.h"
#include "Root.h"
#include "Server.h"
#include "UUID.h"
Include dependency graph for Authenticator.cpp:

Go to the source code of this file.

Variables

constexpr char DEFAULT_AUTH_ADDRESS [] = "/session/minecraft/hasJoined?username=%USERNAME%&serverId=%SERVERID%"
 
constexpr char DEFAULT_AUTH_SERVER [] = "sessionserver.mojang.com"
 

Variable Documentation

◆ DEFAULT_AUTH_ADDRESS

constexpr char DEFAULT_AUTH_ADDRESS[] = "/session/minecraft/hasJoined?username=%USERNAME%&serverId=%SERVERID%"
constexpr

Definition at line 22 of file Authenticator.cpp.

◆ DEFAULT_AUTH_SERVER

constexpr char DEFAULT_AUTH_SERVER[] = "sessionserver.mojang.com"
constexpr

Definition at line 21 of file Authenticator.cpp.