mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 22:46:49 +01:00
13 lines
292 B
C#
13 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";
|
||
|
}
|
||
|
}
|
||
|
}
|