btcpayserver/BTCPayServer/Security/GreenField/GreenFieldAuthenticationOptions.cs
2022-01-14 13:46:04 +09:00

9 lines
182 B
C#

using Microsoft.AspNetCore.Authentication;
namespace BTCPayServer.Security.Greenfield
{
public class GreenfieldAuthenticationOptions : AuthenticationSchemeOptions
{
}
}