Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace WatchIt.DTO.Models.Controllers.Authentication;
|
||||
|
||||
public class AuthenticationRefreshRequest
|
||||
{
|
||||
public string AccessToken { get; set; } = null!;
|
||||
public string RefreshToken { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user