Files
btcpayserver/BTCPayServer/Security/Basic/BasicAuthenticationOptions.cs
2020-03-20 14:07:31 +01:00

9 lines
172 B
C#

using Microsoft.AspNetCore.Authentication;
namespace BTCPayServer.Security.Basic
{
public class BasicAuthenticationOptions : AuthenticationSchemeOptions
{
}
}