Back to Node Auth0

Interface SuspiciousIpThrottlingPreLoginStage

docs/interfaces/management.Management.SuspiciousIpThrottlingPreLoginStage.html

5.9.1822 B
Original Source

Interface SuspiciousIpThrottlingPreLoginStage

Configuration options that apply before every login attempt.

interface SuspiciousIpThrottlingPreLoginStage {
max_attempts?: number;
rate?: number;
}

Index

Properties

max_attempts?rate?

Properties

Optionalmax_attempts

max_attempts?: number

Total number of attempts allowed per day.

Optionalrate

rate?: number

Interval of time, given in milliseconds, at which new attempts are granted.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties max_attemptsrate