btcpayserver/BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs

9 lines
174 B
C#
Raw Normal View History

2019-06-09 01:36:54 +09:00
using Microsoft.AspNetCore.Authentication;
namespace BTCPayServer.Security.Bitpay
{
public class BitpayAuthenticationOptions : AuthenticationSchemeOptions
{
}
}