@auth0/nextjs-auth0 - v4.9.0
Preparing search index...
server
PageRoute
Type Alias PageRoute<P, Q>
PageRoute
:
(
ctx
:
GetServerSidePropsContext
<
Q
>
,
)
=>
Promise
<
GetServerSidePropsResultWithSession
<
P
>
>
A page route that has been augmented with
WithPageAuthRequired
.
Type Parameters
P
Q
extends
ParsedUrlQuery
=
ParsedUrlQuery
Type declaration
(
ctx
:
GetServerSidePropsContext
<
Q
>
,
)
:
Promise
<
GetServerSidePropsResultWithSession
<
P
>
>
Parameters
ctx
:
GetServerSidePropsContext
<
Q
>
Returns
Promise
<
GetServerSidePropsResultWithSession
<
P
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@auth0/nextjs-auth0 - v4.9.0
Loading...
A page route that has been augmented with WithPageAuthRequired.