Preparing search index...
The search index is not available
@auth0/nextjs-auth0
@auth0/nextjs-auth0
handlers/profile
AfterRefetchPageRoute
Type alias AfterRefetchPageRoute
After
Refetch
Page
Route
:
(
(
req
,
res
,
session
)
=>
Promise
<
default
>
|
default
)
Type declaration
(
req
,
res
,
session
)
:
Promise
<
default
>
|
default
After refetch handler for page router.
Parameters
req
:
NextApiRequest
res
:
NextApiResponse
session
:
default
Returns
Promise
<
default
>
|
default
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@auth0/nextjs-auth0
client
client/use-user
client/with-page-auth-required
config
edge
handlers
handlers/auth
handlers/backchannel-logout
handlers/callback
handlers/login
handlers/logout
handlers/profile
handlers/router-helpers
helpers
helpers/testing
helpers/with-api-auth-required
helpers/with-middleware-auth-required
helpers/with-page-auth-required
http
http/auth0-next-api-request
http/auth0-next-api-response
Loading...
After refetch handler for page router.