Files
PnvPanel/backend/src/PnvPanel.Application/Auth/Refresh/RefreshCommand.cs
T

7 lines
226 B
C#

using PnvPanel.Application.Common.Messaging;
using PnvPanel.Application.Common.Models;
namespace PnvPanel.Application.Auth.Refresh;
public sealed record RefreshCommand(string RawRefreshToken) : ICommand<Result<AuthResult>>;