Add Steam auth, platform validators & name gen
This commit is contained in:
11
RecNet.Application/Common/Interfaces/ISteamAuthService.cs
Normal file
11
RecNet.Application/Common/Interfaces/ISteamAuthService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using RecNet.Application.Common.Steam;
|
||||
|
||||
namespace RecNet.Application.Common.Interfaces;
|
||||
|
||||
public interface ISteamAuthService
|
||||
{
|
||||
Task<SteamAuthResult> AuthorizeAsync(
|
||||
string ticket,
|
||||
uint appId,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user