Files
SIG-CM2.0/src/api/SIGCM2.Application/Auth/Refresh/RefreshCommand.cs

4 lines
122 B
C#
Raw Normal View History

namespace SIGCM2.Application.Auth.Refresh;
public sealed record RefreshCommand(string AccessToken, string RefreshToken);