6 lines
152 B
C#
6 lines
152 B
C#
namespace Application.Endpoints.Authorization.RefreshToken;
|
|
|
|
public class RefreshJwtCommand
|
|
{
|
|
public string Token { get; set; } = string.Empty;
|
|
} |