Back to Node Auth0

Interface ConnectionPasswordOptionsHistory

docs/interfaces/management.Management.ConnectionPasswordOptionsHistory.html

5.9.1794 B
Original Source

Interface ConnectionPasswordOptionsHistory

Password history policy configuration to prevent password reuse

interface ConnectionPasswordOptionsHistory {
active?: boolean;
size?: number;
}

Index

Properties

active?size?

Properties

Optionalactive

active?: boolean

Enables password history checking to prevent users from reusing recent passwords

Optionalsize

size?: number

Number of previous passwords to remember and prevent reuse (1-24)

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties activesize