@auth0/nextjs-auth0 - v4.15.0
Preparing search index...
server
MfaTokenInvalidError
Class MfaTokenInvalidError
Thrown when the encrypted mfa_token is invalid.
This occurs when:
The token was tampered with
The token is malformed (not valid JWE)
The token was encrypted with a different secret
Hierarchy (
View Summary
)
SdkError
MfaTokenInvalidError
Index
Constructors
constructor
Properties
code
Constructors
constructor
new
MfaTokenInvalidError
()
:
MfaTokenInvalidError
Returns
MfaTokenInvalidError
Properties
Readonly
code
code
:
string
= "mfa_token_invalid"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
@auth0/nextjs-auth0 - v4.15.0
Loading...
Thrown when the encrypted mfa_token is invalid.
This occurs when: