OptionaldomainOptional: The domain for which the cookie is valid.
Determines whether the cookie is accessible only through HTTP requests. This setting will be ignored for the state cookie and will always be true.
The name of the cookie. For session cookies, the default value is 'session'. For state cookies, the default value is 'state'.
The path for which the cookie is valid.
Determines whether the cookie should persist beyond the current session. For session cookies, the default value is true. For state cookies, the default value is false.
The SameSite attribute value for the cookie, ensuring cross-site request forgery protection.
Determines whether the cookie should only be sent over HTTPS connections. If not provided, this settings will be auto-detected basis the scheme of the application url.
Options for cookies.