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
|
|
{
|
|
|
|
} |