Package org.rspeer.game.script.component
Class GameAccount.Details
java.lang.Object
org.rspeer.game.script.component.GameAccount.Details
- Enclosing class:
- GameAccount
For jagex accounts, username is the character id and password is the session id.
Username must be prefixed with an asterisk (*) to indicate that it's a jagex account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPin()
boolean
boolean
void
setPassword
(String password) void
void
setTotpSecret
(String totpSecret) void
setUsername
(String username)
-
Constructor Details
-
Details
-
Details
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getPin
-
setPin
-
getTotpSecret
-
setTotpSecret
-
isPinPresent
public boolean isPinPresent() -
isTotpSecretPresent
public boolean isTotpSecretPresent()
-