feat: Fixed errors
This commit is contained in:
3
LctMonolith/Services/Models/TokenPair.cs
Normal file
3
LctMonolith/Services/Models/TokenPair.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace LctMonolith.Services.Models;
|
||||
|
||||
public record TokenPair(string AccessToken, DateTime AccessTokenExpiresAt, string RefreshToken, DateTime RefreshTokenExpiresAt);
|
||||
Reference in New Issue
Block a user