update auth for refresh tokens and token invalidation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class AuthAuditEvent
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
public AuthAuditEventType EventType { get; set; }
|
||||
public DateTimeOffset OccurredAt { get; set; }
|
||||
public string? MetadataJson { get; set; }
|
||||
|
||||
public User User { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user