4 lines
122 B
C#
4 lines
122 B
C#
|
|
namespace SIGCM2.Application.Auth.Refresh;
|
||
|
|
|
||
|
|
public sealed record RefreshCommand(string AccessToken, string RefreshToken);
|