btcpayserver/BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs
2019-06-09 01:36:54 +09:00

12 lines
274 B
C#

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
{
}
}