8 lines
158 B
C#
8 lines
158 B
C#
using Microsoft.AspNetCore.Authentication;
|
|
|
|
namespace MoonlightServers.ApiServer.Helpers;
|
|
|
|
public class NodeAuthOptions : AuthenticationSchemeOptions
|
|
{
|
|
|
|
} |