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.MsCodeResponse>getCode(boolean offlineAccess)voidtoString()
-
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
-