Back to Node Auth0

Interface ConnectionPasswordOptionsProfileData

docs/interfaces/management.Management.ConnectionPasswordOptionsProfileData.html

5.9.1903 B
Original Source

Interface ConnectionPasswordOptionsProfileData

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

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

Index

Properties

active?blocked_fields?

Properties

Optionalactive

active?: boolean

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

Optionalblocked_fields

blocked_fields?: string[]

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties activeblocked_fields