Props injected into an App Router Server Component wrapped by protectPage().
Includes the authenticated user and optional route/search parameters provided by Next.js.
user
Optional
Dynamic route parameters provided by the App Router.
URL search parameters provided by the App Router.
The authenticated user resolved from the current session.
Props injected into an App Router Server Component wrapped by protectPage().
Includes the authenticated
userand optional route/search parameters provided by Next.js.