Class AuthenticationSupport

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JobID GetTokenHistory​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_GetTokenHistory_Request request)  
      JobID QueryRefreshTokenByID​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokenByID_Request request)  
      JobID QueryRefreshTokensByAccount​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokensByAccount_Request request)  
      JobID RevokeToken​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_RevokeToken_Request request)  
      • Methods inherited from class java.lang.Object

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

      • AuthenticationSupport

        public AuthenticationSupport​(SteamUnifiedMessages steamUnifiedMessages)
    • Method Detail

      • QueryRefreshTokensByAccount

        public JobID QueryRefreshTokensByAccount​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokensByAccount_Request request)
        Specified by:
        QueryRefreshTokensByAccount in interface IAuthenticationSupport
      • QueryRefreshTokenByID

        public JobID QueryRefreshTokenByID​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokenByID_Request request)
        Specified by:
        QueryRefreshTokenByID in interface IAuthenticationSupport
      • RevokeToken

        public JobID RevokeToken​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_RevokeToken_Request request)
        Specified by:
        RevokeToken in interface IAuthenticationSupport
      • GetTokenHistory

        public JobID GetTokenHistory​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_GetTokenHistory_Request request)
        Specified by:
        GetTokenHistory in interface IAuthenticationSupport