videosphere
    Preparing search index...
    • Persists a Facebook setup session in an encrypted httpOnly cookie on a response.

      Parameters

      • response: NextResponse

        Next.js response to attach the cookie to.

      • session: FacebookSetupSession

        Pending setup session including the user access token.

      Returns void