btcpayserver/BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs

13 lines
274 B
C#
Raw Normal View History

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