public class Authentication extends UnifiedService implements IAuthentication
| Constructor and Description |
|---|
Authentication(SteamUnifiedMessages steamUnifiedMessages) |
| Modifier and Type | Method and Description |
|---|---|
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
BeginAuthSessionViaCredentials(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_BeginAuthSessionViaCredentials_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
BeginAuthSessionViaQR(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_BeginAuthSessionViaQR_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
GenerateAccessTokenForApp(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_AccessToken_GenerateForApp_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
GetAuthSessionInfo(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetAuthSessionInfo_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
GetAuthSessionsForAccount(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetAuthSessionsForAccount_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
GetPasswordRSAPublicKey(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetPasswordRSAPublicKey_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
MigrateMobileSession(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_MigrateMobileSession_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
PollAuthSessionStatus(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_PollAuthSessionStatus_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
UpdateAuthSessionWithMobileConfirmation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
UpdateAuthSessionWithSteamGuardCode(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request request) |
getClassName, sendMessage, sendNotificationpublic Authentication(SteamUnifiedMessages steamUnifiedMessages)
public in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> GetPasswordRSAPublicKey(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetPasswordRSAPublicKey_Request request)
GetPasswordRSAPublicKey in interface IAuthenticationpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> BeginAuthSessionViaQR(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_BeginAuthSessionViaQR_Request request)
BeginAuthSessionViaQR in interface IAuthenticationpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> BeginAuthSessionViaCredentials(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_BeginAuthSessionViaCredentials_Request request)
BeginAuthSessionViaCredentials in interface IAuthenticationpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> PollAuthSessionStatus(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_PollAuthSessionStatus_Request request)
PollAuthSessionStatus in interface IAuthenticationpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> GetAuthSessionInfo(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetAuthSessionInfo_Request request)
GetAuthSessionInfo in interface IAuthenticationpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> UpdateAuthSessionWithMobileConfirmation(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request request)
UpdateAuthSessionWithMobileConfirmation in interface IAuthenticationpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> UpdateAuthSessionWithSteamGuardCode(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request request)
UpdateAuthSessionWithSteamGuardCode in interface IAuthenticationpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> GenerateAccessTokenForApp(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_AccessToken_GenerateForApp_Request request)
GenerateAccessTokenForApp in interface IAuthenticationpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> GetAuthSessionsForAccount(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetAuthSessionsForAccount_Request request)
GetAuthSessionsForAccount in interface IAuthenticationpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> MigrateMobileSession(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_MigrateMobileSession_Request request)
MigrateMobileSession in interface IAuthentication