Added refresh token endpoint
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace PyroFetes.DTO.Refresh.Request;
|
||||
|
||||
public class RefreshTokenDto
|
||||
{
|
||||
public string? Token { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user