Response.cs 138 B

123
  1. namespace Application.Features.Api.Developers.Apps.RotateSecret;
  2. public sealed record Response(string ClientID, string NewClientSecret);