@auth0/nextjs-auth0 - v4.25.0
    Preparing search index...

    Class PasswordlessDbChallengeError

    Thrown when a POST /otp/challenge request fails.

    Common causes:

    • OTP grant type not enabled on the application
    • Connection is not a database connection (invalid_connection)
    • OTP not configured on the connection (invalid_connection)
    • Phone provider not configured when using phone OTP
    • Missing or invalid identifier

    Hierarchy

    • PasswordlessDbError
      • PasswordlessDbChallengeError
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    error: string
    error_description: string

    Accessors

    Methods

    • Returns { error: string; error_description: string }