mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-26 10:24:27 +01:00
7 lines
190 B
C#
7 lines
190 B
C#
using OpenIddict.EntityFrameworkCore.Models;
|
|
|
|
namespace BTCPayServer.Data
|
|
{
|
|
public class BTCPayOpenIdToken : OpenIddictToken<string, BTCPayOpenIdClient, BTCPayOpenIdAuthorization> { }
|
|
}
|