Auth0 Node.js SDK - v5.6.0
    Preparing search index...

    Interface ConnectionPasswordOptionsProfileData

    Personal information restriction policy to prevent use of profile data in passwords

    interface ConnectionPasswordOptionsProfileData {
        active?: boolean;
        blocked_fields?: string[];
    }
    Index

    Properties

    active?: boolean

    Prevents users from including profile data (like name, email) in their passwords

    blocked_fields?: string[]

    Blocked profile fields. An array of up to 12 entries.