DotBased/DotBased.ASP.Auth/Scheme/BasedAuthenticationHandlerOptions.cs

8 lines
166 B
C#
Raw Permalink Normal View History

2024-07-13 16:27:45 +02:00
using Microsoft.AspNetCore.Authentication;
namespace DotBased.ASP.Auth.Scheme;
public class BasedAuthenticationHandlerOptions : AuthenticationSchemeOptions
{
}