:drunk: Write shit code trying to split up the Auth (WIP)
This commit is contained in:
14
DysonNetwork.Common/Models/LoginModels.cs
Normal file
14
DysonNetwork.Common/Models/LoginModels.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace DysonNetwork.Sphere.Models
|
||||
{
|
||||
public class LoginRequest
|
||||
{
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
|
||||
public class LoginResponse
|
||||
{
|
||||
public string AccessToken { get; set; }
|
||||
public string RefreshToken { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user