mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-04-06 06:21:28 +02:00
11 lines
287 B
C#
Executable File
11 lines
287 B
C#
Executable File
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";
|
|
}
|
|
|
|
} |