Package org.geysermc.geyser.session
Class PendingMicrosoftAuthentication.AuthenticationTask
java.lang.Object
org.geysermc.geyser.session.PendingMicrosoftAuthentication.AuthenticationTask
- Direct Known Subclasses:
PendingMicrosoftAuthentication.ProxyAuthenticationTask
- Enclosing class:
- PendingMicrosoftAuthentication
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()CompletableFuture<com.github.steveice10.mc.auth.service.MsaAuthenticationService>CompletableFuture<com.github.steveice10.mc.auth.service.MsaAuthenticationService.MsCodeResponse>getCode(boolean offlineAccess)com.github.steveice10.mc.auth.service.MsaAuthenticationServicevoidvoidsetOnline(boolean online)toString()
-
Method Details
-
resetTimer
public void resetTimer() -
cleanup
public void cleanup() -
getCode
public CompletableFuture<com.github.steveice10.mc.auth.service.MsaAuthenticationService.MsCodeResponse> getCode(boolean offlineAccess) -
toString
-
getMsaAuthenticationService
public com.github.steveice10.mc.auth.service.MsaAuthenticationService getMsaAuthenticationService() -
setOnline
public void setOnline(boolean online) -
getAuthentication
public CompletableFuture<com.github.steveice10.mc.auth.service.MsaAuthenticationService> getAuthentication() -
getLoginException
-