Minecraft Auth
Creates a client that communicates with Minecraft's authentication service via the provided httpClient.
If the loginWithXbox method is used, requests to Xbox Services will be sent using that httpClient as well.
Creates a client that communicates with Minecraft's authentication service via a builtin HttpClient.
Parameters
http Client
An HTTP client used to send requests to Minecraft's authentication service.
xbox Client
An Xbox Live authentication client, used by the loginWithXbox method.