mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
12 lines
292 B
C#
12 lines
292 B
C#
namespace BTCPayServer.Security.Greenfield
|
|
{
|
|
public static class GreenfieldConstants
|
|
{
|
|
public const string AuthenticationType = "Greenfield";
|
|
|
|
public static class ClaimTypes
|
|
{
|
|
public const string Permission = "APIKey.Permission";
|
|
}
|
|
}
|
|
}
|