Files
SVSimServer/SVSim.EmulatedEntrypoint/Security/SteamSessionAuthentication/SteamAuthenticationHandlerOptions.cs
gamer147 ee7e276036 Updates
2024-09-05 08:32:54 -04:00

8 lines
202 B
C#

using Microsoft.AspNetCore.Authentication;
namespace SVSim.EmulatedEntrypoint.Security.SteamSessionAuthentication;
public class SteamAuthenticationHandlerOptions : AuthenticationSchemeOptions
{
}