mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-05-16 07:17:54 +02:00
8 lines
175 B
C#
8 lines
175 B
C#
using Microsoft.AspNetCore.Authentication;
|
|
|
|
namespace DotBased.AspNet.Authority.Models.Options.Auth;
|
|
|
|
public class AuthorityLoginOptions : AuthenticationSchemeOptions
|
|
{
|
|
|
|
} |