femto-backend/Femto.Api/Controllers/Auth/LoginResponse.cs

3 lines
No EOL
118 B
C#

namespace Femto.Api.Controllers.Auth;
public record LoginResponse(Guid UserId, string Username, string SessionToken);