7 lines
No EOL
134 B
C#
7 lines
No EOL
134 B
C#
namespace Femto.Api.Auth;
|
|
|
|
public class CookieSettings
|
|
{
|
|
public bool SameSite { get; set; }
|
|
public bool Secure { get; set; }
|
|
} |