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

    Class PasskeyEnrollmentChallengeError

    Thrown when requesting a passkey enrollment challenge fails. The MyAccount API returns errors in RFC 7807 problem detail format.

    Common causes:

    • User not authenticated
    • Insufficient scope (requires create:me:authentication_methods)
    • Passkeys not enabled for the tenant

    Hierarchy

    • PasskeyError
      • PasskeyEnrollmentChallengeError
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    cause?: Record<string, unknown>
    error: string
    error_description: string

    Accessors

    Methods

    • Returns { error: string; error_description: string }