mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
7 lines
198 B
C#
7 lines
198 B
C#
using OpenIddict.EntityFrameworkCore.Models;
|
|
|
|
namespace BTCPayServer.Data
|
|
{
|
|
public class BTCPayOpenIdAuthorization : OpenIddictAuthorization<string, BTCPayOpenIdClient, BTCPayOpenIdToken> { }
|
|
}
|