Back to Node Auth0

Interface SuspiciousIpThrottlingPreUserRegistrationStage

docs/interfaces/management.Management.SuspiciousIpThrottlingPreUserRegistrationStage.html

5.9.1859 B
Original Source

Interface SuspiciousIpThrottlingPreUserRegistrationStage

Configuration options that apply before every user registration attempt.

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

Index

Properties

max_attempts?rate?

Properties

Optionalmax_attempts

max_attempts?: number

Total number of attempts allowed.

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