mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-19 02:24:19 +01:00
8 lines
166 B
C#
8 lines
166 B
C#
using Microsoft.AspNetCore.Authentication;
|
|
|
|
namespace DotBased.ASP.Auth.Scheme;
|
|
|
|
public class BasedAuthenticationHandlerOptions : AuthenticationSchemeOptions
|
|
{
|
|
|
|
} |