mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 15:04:19 +01:00
Refactor authorizations
This commit is contained in:
13
BTCPayServer/Security/Bitpay/BitpayClaims.cs
Normal file
13
BTCPayServer/Security/Bitpay/BitpayClaims.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BTCPayServer.Security.Bitpay
|
||||
{
|
||||
public class BitpayClaims
|
||||
{
|
||||
public const string SIN = "Bitpay.SIN";
|
||||
public const string ApiKeyStoreId = "Bitpay.ApiKeyStoreId";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user