Back to Node Auth0

Interface SuspiciousIpThrottlingStage

docs/interfaces/management.Management.SuspiciousIpThrottlingStage.html

5.9.11.2 KB
Original Source

Interface SuspiciousIpThrottlingStage

Holds per-stage configuration options (max_attempts and rate).

interface SuspiciousIpThrottlingStage {
"pre-login"?: SuspiciousIpThrottlingPreLoginStage;
"pre-user-registration"?: SuspiciousIpThrottlingPreUserRegistrationStage;
}

Index

Properties

pre-login?pre-user-registration?

Properties

Optionalpre-login

"pre-login"?: SuspiciousIpThrottlingPreLoginStage

Optionalpre-user-registration

"pre-user-registration"?: SuspiciousIpThrottlingPreUserRegistrationStage

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties pre-loginpre-user-registration