Files
Moonlight/Moonlight.ApiServer/Implementations/LocalAuth/LocalAuthConstants.cs

6 lines
160 B
C#

namespace Moonlight.ApiServer.Implementations.LocalAuth;
public static class LocalAuthConstants
{
public const string AuthenticationScheme = "LocalAuth";
}