@auth0/nextjs-auth0 - v4.9.0
    Preparing search index...

    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