-
Notifications
You must be signed in to change notification settings - Fork 0
Validate Access Token
Edward edited this page Apr 16, 2021
·
1 revision
boolean request = MojangAuth.validate("access token there", "client token there");
true
if accessToken is valid,
false
if accessToken is invalid