public enum EAuthSessionResponse extends java.lang.Enum<EAuthSessionResponse>
| Enum Constant and Description |
|---|
AuthTicketCanceled |
AuthTicketInvalid |
AuthTicketInvalidAlreadyUsed |
LoggedInElseWhere |
NoLicenseOrExpired |
OK |
PublisherIssuedBan |
UserNotConnectedToSteam |
VACBanned |
VACCheckTimedOut |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EAuthSessionResponse |
from(int code) |
static EAuthSessionResponse |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EAuthSessionResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAuthSessionResponse OK
public static final EAuthSessionResponse UserNotConnectedToSteam
public static final EAuthSessionResponse NoLicenseOrExpired
public static final EAuthSessionResponse VACBanned
public static final EAuthSessionResponse LoggedInElseWhere
public static final EAuthSessionResponse VACCheckTimedOut
public static final EAuthSessionResponse AuthTicketCanceled
public static final EAuthSessionResponse AuthTicketInvalidAlreadyUsed
public static final EAuthSessionResponse AuthTicketInvalid
public static final EAuthSessionResponse PublisherIssuedBan
public static EAuthSessionResponse[] values()
for (EAuthSessionResponse c : EAuthSessionResponse.values()) System.out.println(c);
public static EAuthSessionResponse valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int code()
public static EAuthSessionResponse from(int code)