Package net.runelite.client.account
Class AccountClient
- java.lang.Object
-
- net.runelite.client.account.AccountClient
-
public class AccountClient extends 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(UUID uuid)
-
-
-
Method Detail
-
login
public net.runelite.http.api.account.OAuthResponse login(int port) throws IOException
- Throws:
IOException
-
logout
public void logout() throws IOException
- Throws:
IOException
-
sessionCheck
public boolean sessionCheck()
-
setUuid
public void setUuid(UUID uuid)
-
-