auth.provider API
    Preparing search index...

    Interface CsrfCookieAttributes

    Transport attributes for the CSRF cookie — mirror the session cookie's.

    interface CsrfCookieAttributes {
        domain?: string;
        sameSite: "lax" | "strict" | "none";
        secure: boolean;
    }
    Index
    domain?: string
    sameSite: "lax" | "strict" | "none"
    secure: boolean