Interface IAuthenticationSupport

  • All Known Implementing Classes:
    AuthenticationSupport

    public interface IAuthenticationSupport
    Since:
    2023-01-07
    • Method Summary

      All Methods Instance Methods Abstract 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)  
    • Method Detail

      • QueryRefreshTokensByAccount

        JobID QueryRefreshTokensByAccount​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokensByAccount_Request request)
      • QueryRefreshTokenByID

        JobID QueryRefreshTokenByID​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokenByID_Request request)
      • RevokeToken

        JobID RevokeToken​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_RevokeToken_Request request)
      • GetTokenHistory

        JobID GetTokenHistory​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_GetTokenHistory_Request request)