Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
SuspiciousIpThrottlingStage
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
Optional
pre-
login
"pre-login"
?:
SuspiciousIpThrottlingPreLoginStage
Optional
pre-
user-
registration
"pre-user-registration"
?:
SuspiciousIpThrottlingPreUserRegistrationStage
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
pre-
login
pre-
user-
registration
Auth0 Node.js SDK - v5.0.0
Loading...
Holds per-stage configuration options (max_attempts and rate).