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

    Type Alias AppRouterPageRouteOpts

    Objects containing the route parameters and search parameters of the page.

    type AppRouterPageRouteOpts = {
        params?: Promise<Record<string, string | string[]>>;
        searchParams?: Promise<{ [key: string]: undefined | string | string[] }>;
    }
    Index

    Properties

    params?: Promise<Record<string, string | string[]>>
    searchParams?: Promise<{ [key: string]: undefined | string | string[] }>