mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 09:29:10 +01:00
6 lines
221 B
C#
6 lines
221 B
C#
|
using OpenIddict.EntityFrameworkCore.Models;
|
||
|
|
||
|
namespace BTCPayServer.Authentication.OpenId.Models
|
||
|
{
|
||
|
public class BTCPayOpenIdAuthorization : OpenIddictAuthorization<string, BTCPayOpenIdClient, BTCPayOpenIdToken> { }
|
||
|
}
|