CommitteeClash Documentation
API
Backend
Frontend
Actions
App
Api
Auth
Nextauth
Route
Variables
GET
Image-proxy
Auth
Commissiestrijd
Layout
PublicLeaderboard
Components
Lib
Types
FrontendAppApiAuthNextauthRouteVariables

GET

Variable: GET

const GET: any

Defined in: src/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

Variables

Previous Page

Image-proxy

Next Page

On this page

Variable: GETParamParamReturns