Class UpdateMachineAuthCallback
- java.lang.Object
-
- in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
-
- in.dragonbra.javasteam.steam.handlers.steamuser.callback.UpdateMachineAuthCallback
-
- All Implemented Interfaces:
ICallbackMsg
public class UpdateMachineAuthCallback extends CallbackMsg
This callback is received when the backend wants the client to update it's local machine authentication data.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateMachineAuthCallback.OTPDetailsRepresents various one-time-password details.
-
Constructor Summary
Constructors Constructor Description UpdateMachineAuthCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientUpdateMachineAuth.Builder msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBytesToWrite()byte[]getData()java.lang.StringgetFileName()intgetOffset()UpdateMachineAuthCallback.OTPDetailsgetOneTimePassword()-
Methods inherited from class in.dragonbra.javasteam.steam.steamclient.callbackmgr.CallbackMsg
getJobID, setJobID
-
-
-
-
Constructor Detail
-
UpdateMachineAuthCallback
public UpdateMachineAuthCallback(JobID jobID, in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientUpdateMachineAuth.Builder msg)
-
-
Method Detail
-
getData
public byte[] getData()
- Returns:
- the sentry file data that should be written.
-
getBytesToWrite
public int getBytesToWrite()
- Returns:
- the number of bytes to write.
-
getOffset
public int getOffset()
- Returns:
- the offset to write to.
-
getFileName
public java.lang.String getFileName()
- Returns:
- the name of the sentry file to write.
-
getOneTimePassword
public UpdateMachineAuthCallback.OTPDetails getOneTimePassword()
- Returns:
- the one-time-password details as
UpdateMachineAuthCallback.OTPDetails.
-
-