8 lines
202 B
C#
8 lines
202 B
C#
using Microsoft.AspNetCore.Authentication;
|
|
|
|
namespace SVSim.EmulatedEntrypoint.Security.SteamSessionAuthentication;
|
|
|
|
public class SteamAuthenticationHandlerOptions : AuthenticationSchemeOptions
|
|
{
|
|
|
|
} |