Abstractions and dtos
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace AipsCore.Application.Common.Authentication.Models;
|
||||
|
||||
public record AccessToken(string Value);
|
||||
@@ -0,0 +1,5 @@
|
||||
using AipsCore.Domain.Models.User.ValueObjects;
|
||||
|
||||
namespace AipsCore.Application.Common.Authentication.Models;
|
||||
|
||||
public record RefreshToken(string Value, string UserId, DateTime ExpiresAt);
|
||||
Reference in New Issue
Block a user