Class LoginService


  • @Singleton
    public class LoginService
    extends java.lang.Object
    Login-screen state reads only; never accepts or exposes credentials.
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginService​(net.runelite.api.Client client)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LoginState state()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoginService

        @Inject
        public LoginService​(net.runelite.api.Client client)