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

7 lines
No EOL
135 B
C#

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