btcpayserver/BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs

9 lines
174 B
C#

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