Add Login Module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using AMREZ.EOP.Domain.Entities.Common;
|
||||
|
||||
namespace AMREZ.EOP.Domain.Entities.Authentications;
|
||||
|
||||
public sealed class AccessTokenDeny : BaseEntity
|
||||
{
|
||||
public string Jti { get; set; } = default!;
|
||||
public DateTimeOffset ExpiresAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user