类 MicrosoftAuthenticationController
java.lang.Object
jmccc.microsoft.core.MicrosoftAuthenticationController
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getMicrosoftToken(Consumer<MicrosoftVerification> callback) getMinecraftProfile(MicrosoftSession session) getMinecraftToken(MicrosoftSession session) refreshMicrosoftToken(MicrosoftSession session)
-
构造器详细资料
-
MicrosoftAuthenticationController
-
-
方法详细资料
-
getMicrosoftToken
public MicrosoftSession getMicrosoftToken(Consumer<MicrosoftVerification> callback) throws org.to2mbn.jmccc.auth.AuthenticationException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationException
-
refreshMicrosoftToken
public MicrosoftSession refreshMicrosoftToken(MicrosoftSession session) throws org.to2mbn.jmccc.auth.AuthenticationException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationException
-
getMinecraftToken
public MicrosoftSession getMinecraftToken(MicrosoftSession session) throws org.to2mbn.jmccc.auth.AuthenticationException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationException
-
getMinecraftProfile
public MinecraftProfile getMinecraftProfile(MicrosoftSession session) throws org.to2mbn.jmccc.auth.AuthenticationException - 抛出:
org.to2mbn.jmccc.auth.AuthenticationException
-