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

    Class PasswordlessDbGetTokenError

    Thrown when a POST /oauth/token OTP exchange fails.

    Common causes:

    • Invalid or expired OTP code (invalid_request)
    • Wrong or expired auth_session (invalid_request)
    • Blocked user or signup disabled for a non-existent user (invalid_request)
    • Discovery failure (discovery_error)

    Hierarchy

    • PasswordlessDbError
      • PasswordlessDbGetTokenError
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    error: string
    error_description: string

    Accessors

    Methods

    • Returns { error: string; error_description: string }