femto-backend/Femto.Api/Auth/CookieSettings.cs
2025-05-20 11:02:54 +02:00

6 lines
No EOL
95 B
C#

namespace Femto.Api.Auth;
public class CookieSettings
{
public bool Secure { get; set; }
}