Add Steam auth, platform validators & name gen
This commit is contained in:
8
RecNet.Infrastructure/Services/Steam/SteamOptions.cs
Normal file
8
RecNet.Infrastructure/Services/Steam/SteamOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace RecNet.Infrastructure.Services.Steam;
|
||||
|
||||
public class SteamOptions
|
||||
{
|
||||
public string ApiKey { get; set; } = string.Empty;
|
||||
public uint AppId { get; set; } = 480; // Spacewar
|
||||
public string Identity { get; set; } = "recnet";
|
||||
}
|
||||
Reference in New Issue
Block a user