using Microsoft.AspNetCore.Authentication; namespace BTCPayServer.Security.Bitpay { public class APIKeyAuthenticationOptions : AuthenticationSchemeOptions { } }