using Microsoft.AspNetCore.Authentication; namespace BTCPayServer.Security.GreenField { public class GreenFieldAuthenticationOptions : AuthenticationSchemeOptions { } }