Abstractions and dtos
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace AipsCore.Application.Common.Authentication.Dtos;
|
||||
|
||||
public record LogInUserResultDto(string AccessToken, string RefreshToken);
|
||||
Reference in New Issue
Block a user