6 lines
160 B
C#
6 lines
160 B
C#
namespace Moonlight.ApiServer.Implementations.LocalAuth;
|
|
|
|
public static class LocalAuthConstants
|
|
{
|
|
public const string AuthenticationScheme = "LocalAuth";
|
|
} |