public final class AccountInfoCallback extends CallbackMsg
Modifier and Type | Field and Description |
---|---|
private EAccountFlags |
accountFlags
Gets the account flags for this account.
|
private int |
countAuthedComputers
Gets the count of SteamGuard authenticated computers.
|
private String |
country
Gets the country this account is connected from.
|
private long |
facebookID
Gets the facebook ID of this account if it is linked with facebook.
|
private String |
facebookName
Gets the facebook name if this account is linked with facebook.
|
private boolean |
lockedWithIPT
Gets a value indicating whether this account is locked with IPT.
|
private byte[] |
passwordSalt
Gets the salt used for the password.
|
private byte[] |
passwordSHADisgest
Gets the SHA-1 disgest of the password.
|
private String |
personaName
Gets the last recorded persona name used by this account.
|
Constructor and Description |
---|
AccountInfoCallback(uk.co.thomasc.steamkit.base.generated.SteammessagesClientserver.CMsgClientAccountInfo msg) |
private final String personaName
private final String country
private final byte[] passwordSalt
private final byte[] passwordSHADisgest
private final int countAuthedComputers
private final boolean lockedWithIPT
private final EAccountFlags accountFlags
private final long facebookID
private final String facebookName
Copyright © 2012. All Rights Reserved.