adjust steam auth, make neutrino post only
This commit is contained in:
@@ -6,6 +6,6 @@ public interface ISteamAuthService
|
||||
{
|
||||
Task<SteamAuthResult> AuthorizeAsync(
|
||||
string ticket,
|
||||
uint appId,
|
||||
string appId,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user