From edece010bba021d803c3f07673ddb19c230b8091 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 3 Aug 2020 01:48:23 +0200 Subject: [PATCH] add auth and session server to doc --- docs/API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/API.md b/docs/API.md index 33dd2e5..a4ceaef 100644 --- a/docs/API.md +++ b/docs/API.md @@ -77,6 +77,8 @@ Returns a `Client` instance and perform login. * host : default to localhost * clientToken : generated if a password is given * accessToken : generated if a password is given + * authServer : auth server, default to https://authserver.mojang.com + * sessionServer : session server, default to https://sessionserver.mojang.com * keepAlive : send keep alive packets : default to true * closeTimeout : end the connection after this delay in milliseconds if server doesn't answer to ping, default to `120*1000` * checkTimeoutInterval : default to `30*1000` (30s), check if keepalive received at that period, disconnect otherwise.