7 lines
No EOL
135 B
C#
7 lines
No EOL
135 B
C#
namespace Femto.Api.Auth;
|
|
|
|
public class CookieSettings
|
|
{
|
|
public bool Secure { get; set; }
|
|
public string? Domain { get; set; }
|
|
} |