Class: EAuthSessionResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/steamd/generated/enums.rb

Overview

Represents the EAuthSessionResponse enum

Constant Summary collapse

DATA_TYPE =

Data type of EAuthSessionResponse

'int'
OK =

Constant OK for EAuthSessionResponse

0
USER_NOT_CONNECTED_TO_STEAM =

Constant USER_NOT_CONNECTED_TO_STEAM for EAuthSessionResponse

1
NO_LICENSE_OR_EXPIRED =

Constant NO_LICENSE_OR_EXPIRED for EAuthSessionResponse

2
VAC_BANNED =

Constant VAC_BANNED for EAuthSessionResponse

3
LOGGED_IN_ELSE_WHERE =

Constant LOGGED_IN_ELSE_WHERE for EAuthSessionResponse

4
VAC_CHECK_TIMED_OUT =

Constant VAC_CHECK_TIMED_OUT for EAuthSessionResponse

5
AUTH_TICKET_CANCELED =

Constant AUTH_TICKET_CANCELED for EAuthSessionResponse

6
AUTH_TICKET_INVALID_ALREADY_USED =

Constant AUTH_TICKET_INVALID_ALREADY_USED for EAuthSessionResponse

7
AUTH_TICKET_INVALID =

Constant AUTH_TICKET_INVALID for EAuthSessionResponse

8
PUBLISHER_ISSUED_BAN =

Constant PUBLISHER_ISSUED_BAN for EAuthSessionResponse

9