Package in.dragonbra.javasteam.rpc
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 JobIDGetTokenHistory(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_GetTokenHistory_Request request)JobIDQueryRefreshTokenByID(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokenByID_Request request)JobIDQueryRefreshTokensByAccount(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokensByAccount_Request request)JobIDRevokeToken(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)
-
-