btcpayserver/BTCPayServer/Security/GreenField/GreenFieldAuthenticationOptions.cs
2020-03-27 12:58:45 +09:00

9 lines
182 B
C#

using Microsoft.AspNetCore.Authentication;
namespace BTCPayServer.Security.GreenField
{
public class GreenFieldAuthenticationOptions : AuthenticationSchemeOptions
{
}
}