@auth0/nextjs-auth0 - v4.9.0
Preparing search index...
server
AppRouterPageRouteOpts
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?
search
Params?
Properties
Optional
params
params
?:
Promise
<
Record
<
string
,
string
|
string
[]
>
>
Optional
search
Params
searchParams
?:
Promise
<
{
[
key
:
string
]:
undefined
|
string
|
string
[]
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
params
search
Params
@auth0/nextjs-auth0 - v4.9.0
Loading...
Objects containing the route parameters and search parameters of the page.