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