mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-18 18:14:20 +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";
|
|
}
|
|
|
|
} |