Class PendingMicrosoftAuthentication.AuthenticationTask

java.lang.Object
org.geysermc.geyser.session.PendingMicrosoftAuthentication.AuthenticationTask
Direct Known Subclasses:
PendingMicrosoftAuthentication.ProxyAuthenticationTask
Enclosing class:
PendingMicrosoftAuthentication

public class PendingMicrosoftAuthentication.AuthenticationTask extends Object
  • 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

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public Throwable getLoginException()