mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-19 02:24:19 +01:00
11 lines
287 B
C#
11 lines
287 B
C#
|
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";
|
||
|
}
|
||
|
|
||
|
}
|