Added OpenID authentication method
This commit is contained in:
@@ -8,6 +8,7 @@ public class Token : IPermissionOwner {
|
||||
public const int RefreshTokenType = 0;
|
||||
public const int AccessTokenType = 1;
|
||||
public const int ApiTokenType = 2;
|
||||
public const int OpenIdTokenType = 3;
|
||||
|
||||
/// <summary>
|
||||
/// Defines the Type of the stored Token
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using HopFrame.Database.Models;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Options;
|
||||
|
||||
namespace HopFrame.Database.Repositories.Implementation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user