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

    Interface PasskeyEnrollmentChallengeOptions

    Options for requesting a passkey enrollment challenge. Triggers Auth0 MyAccount POST /me/v1/authentication-methods.

    interface PasskeyEnrollmentChallengeOptions {
        connection?: string;
        userIdentityId?: string;
    }
    Index

    Properties

    connection?: string

    Auth0 database connection name. Required when the tenant has multiple database connections.

    userIdentityId?: string

    Identity user ID to associate the passkey with a specific identity when the user has multiple identities (linked accounts).