Class GamerSaferMinecraftJavaUserAPI
java.lang.Object
com.gamersafer.minecraft.auth.common.service.impl.api.GamerSaferMinecraftJavaUserAPI
- All Implemented Interfaces:
IGamerSaferMinecraftJavaUserAPI
public class GamerSaferMinecraftJavaUserAPI
extends Object
implements IGamerSaferMinecraftJavaUserAPI
-
Constructor Summary
ConstructorsConstructorDescriptionGamerSaferMinecraftJavaUserAPI(String apiToken, String webhookUrl, LanguageConfiguration lang) -
Method Summary
Modifier and TypeMethodDescriptionpostInvite(UUID uuid) postLogReport(ReportLog log) postUserLogin(String guildMemberId, UserIdentity identity) postVerify(String guildMemberId) voidshutdown()
-
Constructor Details
-
GamerSaferMinecraftJavaUserAPI
public GamerSaferMinecraftJavaUserAPI(String apiToken, String webhookUrl, LanguageConfiguration lang)
-
-
Method Details
-
testConnection
- Specified by:
testConnectionin interfaceIGamerSaferMinecraftJavaUserAPI
-
postLogReport
- Specified by:
postLogReportin interfaceIGamerSaferMinecraftJavaUserAPI
-
postInvite
- Specified by:
postInvitein interfaceIGamerSaferMinecraftJavaUserAPI
-
postVerify
- Specified by:
postVerifyin interfaceIGamerSaferMinecraftJavaUserAPI
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceIGamerSaferMinecraftJavaUserAPI
-