@auth0/nextjs-auth0 - v4.21.0
Preparing search index...
errors
PasswordlessVerifyError
Class PasswordlessVerifyError
Thrown when verifying a passwordless OTP fails.
Common causes:
Invalid or expired OTP code
Wrong connection / identifier combination
Hierarchy
PasswordlessError
PasswordlessVerifyError
Index
Constructors
constructor
Properties
cause?
error
error_
description
Accessors
code
Methods
to
JSON
Constructors
constructor
new
PasswordlessVerifyError
(
error
:
string
,
error_description
:
string
,
cause
?:
PasswordlessApiErrorResponse
,
)
:
PasswordlessVerifyError
Parameters
error
:
string
error_description
:
string
Optional
cause
:
PasswordlessApiErrorResponse
Returns
PasswordlessVerifyError
Properties
Optional
Readonly
cause
cause
?:
PasswordlessApiErrorResponse
Readonly
error
error
:
string
Readonly
error_
description
error_description
:
string
Accessors
code
get
code
()
:
string
Returns
string
Methods
to
JSON
toJSON
()
:
{
error
:
string
;
error_description
:
string
}
Returns
{
error
:
string
;
error_description
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
error
error_
description
Accessors
code
Methods
to
JSON
@auth0/nextjs-auth0 - v4.21.0
Loading...
Thrown when verifying a passwordless OTP fails.
Common causes: