using Microsoft.AspNetCore.Authentication; namespace BTCPayServer.Security.Greenfield { public class GreenfieldAuthenticationOptions : AuthenticationSchemeOptions { } }