forked from sanchezvem/pyrofetes-backend
6 lines
120 B
C#
6 lines
120 B
C#
namespace PyroFetes.DTO.Refresh.Response;
|
|
|
|
public class GetRefreshTokenDto
|
|
{
|
|
public string? Token { get; set; }
|
|
} |