Back to Node Auth0

Interface ConnectionPasswordOptionsDictionary

docs/interfaces/management.Management.ConnectionPasswordOptionsDictionary.html

5.9.11.2 KB
Original Source

Interface ConnectionPasswordOptionsDictionary

Dictionary-based password restriction policy to prevent common passwords

interface ConnectionPasswordOptionsDictionary {
active?: boolean;
custom?: string[];
default?: Management.PasswordDefaultDictionariesEnum;
}

Index

Properties

active?custom?default?

Properties

Optionalactive

active?: boolean

Enables dictionary checking to prevent use of common passwords and custom blocked words

Optionalcustom

custom?: string[]

Array of custom words to block in passwords. Maximum 200 items, each up to 50 characters

Optionaldefault

default?: Management.PasswordDefaultDictionariesEnum

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties activecustomdefault