[CHANGE] Reworking auth schemes & services, handlers, etc.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace DotBased.AspNet.Authority.Models.Options.Auth;
|
||||
|
||||
public class AuthorityAuthenticationOptions
|
||||
{
|
||||
public AuthenticationSecurityOptions Security { get; set; } = new AuthenticationSecurityOptions();
|
||||
public SessionOptions Session { get; set; } = new SessionOptions();
|
||||
public string DefaultScheme { get; set; } = string.Empty;
|
||||
}
|
Reference in New Issue
Block a user