fix chore
This commit is contained in:
8
Atomx.Common/Models/RefreshRequest.cs
Normal file
8
Atomx.Common/Models/RefreshRequest.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Atomx.Common.Models
|
||||
{
|
||||
public class RefreshRequest
|
||||
{
|
||||
public string Token { get; set; } = string.Empty;
|
||||
public string RefreshToken { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user