public class AuthenticationSupport extends UnifiedService implements IAuthenticationSupport
| Constructor and Description |
|---|
AuthenticationSupport(SteamUnifiedMessages steamUnifiedMessages) |
| Modifier and Type | Method and Description |
|---|---|
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
GetTokenHistory(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_GetTokenHistory_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
QueryRefreshTokenByID(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokenByID_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
QueryRefreshTokensByAccount(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokensByAccount_Request request) |
in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> |
RevokeToken(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_RevokeToken_Request request) |
getClassName, sendMessage, sendNotificationpublic AuthenticationSupport(SteamUnifiedMessages steamUnifiedMessages)
public in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> QueryRefreshTokensByAccount(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokensByAccount_Request request)
QueryRefreshTokensByAccount in interface IAuthenticationSupportpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> QueryRefreshTokenByID(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_QueryRefreshTokenByID_Request request)
QueryRefreshTokenByID in interface IAuthenticationSupportpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> RevokeToken(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_RevokeToken_Request request)
RevokeToken in interface IAuthenticationSupportpublic in.dragonbra.javasteam.types.AsyncJobSingle<ServiceMethodResponse> GetTokenHistory(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesAuthSteamclient.CAuthenticationSupport_GetTokenHistory_Request request)
GetTokenHistory in interface IAuthenticationSupport