[ADD] Base Authority initial commit
This commit is contained in:
11
DotBased.AspNet.Authority/AuthorityDefaults.cs
Normal file
11
DotBased.AspNet.Authority/AuthorityDefaults.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DotBased.AspNet.Authority;
|
||||
|
||||
public static class AuthorityDefaults
|
||||
{
|
||||
public static class Scheme
|
||||
{
|
||||
public const string AuthenticationScheme = "Authority.Scheme.Authentication";
|
||||
public const string ExternalScheme = "Authority.Scheme.External";
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user