Class AuthenticationSupport
- java.lang.Object
-
- in.dragonbra.javasteam.steam.handlers.steamunifiedmessages.UnifiedService
-
- in.dragonbra.javasteam.rpc.service.AuthenticationSupport
-
- All Implemented Interfaces:
IAuthenticationSupport
public class AuthenticationSupport extends UnifiedService implements IAuthenticationSupport
- Since:
- 2023-01-07
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSupport(SteamUnifiedMessages steamUnifiedMessages)
-
Method Summary
All Methods Instance Methods Concrete 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)-
Methods inherited from class in.dragonbra.javasteam.steam.handlers.steamunifiedmessages.UnifiedService
getClassName, getMethodName, sendMessage, sendNotification
-
-
-
-
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:
QueryRefreshTokensByAccountin interfaceIAuthenticationSupport
-
QueryRefreshTokenByID
public JobID QueryRefreshTokenByID(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokenByID_Request request)
- Specified by:
QueryRefreshTokenByIDin interfaceIAuthenticationSupport
-
RevokeToken
public JobID RevokeToken(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_RevokeToken_Request request)
- Specified by:
RevokeTokenin interfaceIAuthenticationSupport
-
GetTokenHistory
public JobID GetTokenHistory(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_GetTokenHistory_Request request)
- Specified by:
GetTokenHistoryin interfaceIAuthenticationSupport
-
-