app/BTCPayApp.Core/Models/AuthenticationResult.cs
2025-01-16 13:35:11 +01:00

7 lines
122 B
C#

namespace BTCPayApp.Core.Models;
public class AuthenticationResponse
{
public string? AccessToken { get; set; }
}