Class Authentication

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JobID BeginAuthSessionViaCredentials​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_BeginAuthSessionViaCredentials_Request request)  
      JobID BeginAuthSessionViaQR​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_BeginAuthSessionViaQR_Request request)  
      JobID GenerateAccessTokenForApp​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_AccessToken_GenerateForApp_Request request)  
      JobID GetAuthSessionInfo​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetAuthSessionInfo_Request request)  
      JobID GetAuthSessionsForAccount​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetAuthSessionsForAccount_Request request)  
      JobID GetPasswordRSAPublicKey​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetPasswordRSAPublicKey_Request request)  
      JobID MigrateMobileSession​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_MigrateMobileSession_Request request)  
      JobID PollAuthSessionStatus​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_PollAuthSessionStatus_Request request)  
      JobID UpdateAuthSessionWithMobileConfirmation​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request request)  
      JobID UpdateAuthSessionWithSteamGuardCode​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • GetPasswordRSAPublicKey

        public JobID GetPasswordRSAPublicKey​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetPasswordRSAPublicKey_Request request)
        Specified by:
        GetPasswordRSAPublicKey in interface IAuthentication
      • BeginAuthSessionViaQR

        public JobID BeginAuthSessionViaQR​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_BeginAuthSessionViaQR_Request request)
        Specified by:
        BeginAuthSessionViaQR in interface IAuthentication
      • BeginAuthSessionViaCredentials

        public JobID BeginAuthSessionViaCredentials​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_BeginAuthSessionViaCredentials_Request request)
        Specified by:
        BeginAuthSessionViaCredentials in interface IAuthentication
      • PollAuthSessionStatus

        public JobID PollAuthSessionStatus​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_PollAuthSessionStatus_Request request)
        Specified by:
        PollAuthSessionStatus in interface IAuthentication
      • GetAuthSessionInfo

        public JobID GetAuthSessionInfo​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetAuthSessionInfo_Request request)
        Specified by:
        GetAuthSessionInfo in interface IAuthentication
      • UpdateAuthSessionWithMobileConfirmation

        public JobID UpdateAuthSessionWithMobileConfirmation​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request request)
        Specified by:
        UpdateAuthSessionWithMobileConfirmation in interface IAuthentication
      • UpdateAuthSessionWithSteamGuardCode

        public JobID UpdateAuthSessionWithSteamGuardCode​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request request)
        Specified by:
        UpdateAuthSessionWithSteamGuardCode in interface IAuthentication
      • GenerateAccessTokenForApp

        public JobID GenerateAccessTokenForApp​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_AccessToken_GenerateForApp_Request request)
        Specified by:
        GenerateAccessTokenForApp in interface IAuthentication
      • GetAuthSessionsForAccount

        public JobID GetAuthSessionsForAccount​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_GetAuthSessionsForAccount_Request request)
        Specified by:
        GetAuthSessionsForAccount in interface IAuthentication
      • MigrateMobileSession

        public JobID MigrateMobileSession​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthentication_MigrateMobileSession_Request request)
        Specified by:
        MigrateMobileSession in interface IAuthentication