Class TicketAuthCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamgameserver.callback.TicketAuthCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class TicketAuthCallback extends CallbackMsg
This callback is fired when ticket authentication has completed.
-
-
Constructor Summary
Constructors Constructor Description TicketAuthCallback(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver.CMsgClientTicketAuthComplete.Builder tickAuth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EAuthSessionResponsegetAuthSessionResponse()GameIDgetGameID()intgetState()SteamIDgetSteamID()intgetTicketCrc()intgetTicketSequence()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Method Detail
-
getSteamID
public SteamID getSteamID()
- Returns:
- the SteamID the ticket auth completed for
-
getGameID
public GameID getGameID()
- Returns:
- the GameID the ticket was for
-
getState
public int getState()
- Returns:
- the authentication state
-
getAuthSessionResponse
public EAuthSessionResponse getAuthSessionResponse()
- Returns:
- the auth session response
-
getTicketCrc
public int getTicketCrc()
- Returns:
- the ticket CRC
-
getTicketSequence
public int getTicketSequence()
- Returns:
- the ticket sequence
-
-