Preparing search index...
The search index is not available
@auth0/nextjs-auth0 - v4.0.2
@auth0/nextjs-auth0
types
OnCallbackHook
Type Alias OnCallbackHook
OnCallbackHook
:
(
error
:
SdkError
|
null
,
ctx
:
OnCallbackContext
,
session
:
SessionData
|
null
,
)
=>
Promise
<
NextResponse
>
Type declaration
(
error
:
SdkError
|
null
,
ctx
:
OnCallbackContext
,
session
:
SessionData
|
null
,
)
:
Promise
<
NextResponse
>
Parameters
error
:
SdkError
|
null
ctx
:
OnCallbackContext
session
:
SessionData
|
null
Returns
Promise
<
NextResponse
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@auth0/nextjs-auth0 - v4.0.2
Loading...