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