![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "Authenticator.h"
#include "MojangAPI.h"
#include "../Root.h"
#include "../Server.h"
#include "../ClientHandle.h"
#include "../UUID.h"
#include "../IniFile.h"
#include "json/json.h"
#include "../mbedTLS++/BlockingSslClientSocket.h"
Go to the source code of this file.
Macros | |
#define | DEFAULT_AUTH_ADDRESS "/session/minecraft/hasJoined?username=%USERNAME%&serverId=%SERVERID%" |
#define | DEFAULT_AUTH_SERVER "sessionserver.mojang.com" |
#define DEFAULT_AUTH_ADDRESS "/session/minecraft/hasJoined?username=%USERNAME%&serverId=%SERVERID%" |
Definition at line 21 of file Authenticator.cpp.
#define DEFAULT_AUTH_SERVER "sessionserver.mojang.com" |
Definition at line 20 of file Authenticator.cpp.