mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
BTCPayServer.Client library + Revoke API Key
This commit is contained in:
10
BTCPayServer.Client/Models/ApiKeyData.cs
Normal file
10
BTCPayServer.Client/Models/ApiKeyData.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace BTCPayServer.Client.Models
|
||||
{
|
||||
public class ApiKeyData
|
||||
{
|
||||
public string ApiKey { get; set; }
|
||||
public string Label { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string[] Permissions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user