Interface

CookieOptions

CookieOptions

Options for Cookie
Properties:
Name Type Attributes Description
cookieName string The name of the session cookie set from the SDK.
cookieDomain string <optional>
The domain where the cookie set from the SDK is available. Defaults to the domain of the page where the cookie was created.
cookieSameSite string <optional>
Specify whether/when cookies are sent with cross-site requests. Defaults to "lax".

View Source lib/Cookie.ts, line 60