GET

Variable: GET

const GET: any

Defined in: app/api/auth/[...nextauth]/route.ts:4

API route for NextAuth authentication. This route handles authentication requests and returns the session or user data. It uses the NextAuth library to manage authentication flows.

Param

The incoming request object.

Param

The outgoing response object.

Returns

  • A promise that resolves to a NextResponse containing

On this page