initial commit from an older template
This commit is contained in:
7
Models/DTO/RefreshTokenDTO.cs
Executable file
7
Models/DTO/RefreshTokenDTO.cs
Executable file
@@ -0,0 +1,7 @@
|
||||
namespace GamificationService.Models.DTO;
|
||||
|
||||
public class RefreshTokenDTO
|
||||
{
|
||||
public string AccessToken { get; set; } = null!;
|
||||
public string RefreshToken { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user