The options accepted by the unstable_createRollingCookieMiddleware function.

interface Options {
    cookie: Cookie;
}

Properties

Properties

cookie: Cookie

The cookie to keep alive. This should be a valid cookie object.