Class AccountClient


  • public class AccountClient
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.runelite.http.api.account.OAuthResponse login​(int port)  
      void logout()  
      boolean sessionCheck()  
      void setUuid​(java.util.UUID uuid)  
      • Methods inherited from class java.lang.Object

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

      • login

        public net.runelite.http.api.account.OAuthResponse login​(int port)
                                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • logout

        public void logout()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • sessionCheck

        public boolean sessionCheck()
      • setUuid

        public void setUuid​(java.util.UUID uuid)