supertokens-node
    Preparing search index...

    Class BaseResponseAbstract

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    original: any
    removeHeader: (key: string) => void
    sendHTMLResponse: (html: string) => void
    sendJSONResponse: (content: any) => void
    setCookie: (
        key: string,
        value: string,
        domain: undefined | string,
        secure: boolean,
        httpOnly: boolean,
        expires: number,
        path: string,
        sameSite: "strict" | "lax" | "none",
    ) => void
    setHeader: (key: string, value: string, allowDuplicateKey: boolean) => void
    setStatusCode: (statusCode: number) => void
    wrapperUsed: boolean