Files
btcpayserver/BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs
2020-06-28 21:44:35 -05:00

13 lines
271 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
{
}
}