using Microsoft.AspNetCore.Authentication; namespace MoonlightServers.Daemon.Implementations.TokenScheme; public class TokenSchemeOptions : AuthenticationSchemeOptions { public string Token { get; set; } }