adjust steam auth, make neutrino post only

This commit is contained in:
Holden
2026-06-20 17:49:44 -05:00
parent e24a4c6872
commit 04498c7e6f
5 changed files with 6 additions and 13 deletions

View File

@@ -6,6 +6,6 @@ public interface ISteamAuthService
{
Task<SteamAuthResult> AuthorizeAsync(
string ticket,
uint appId,
string appId,
CancellationToken ct = default);
}