Auth0 Node.js SDK - v6.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
;
"pre-custom-token-exchange"
?:
SuspiciousIpThrottlingPreCustomTokenExchangeStage
;
}
Index
Properties
pre-
login?
pre-
user-
registration?
pre-
custom-
token-
exchange?
Properties
Optional
pre-
login
"pre-login"
?:
SuspiciousIpThrottlingPreLoginStage
Optional
pre-
user-
registration
"pre-user-registration"
?:
SuspiciousIpThrottlingPreUserRegistrationStage
Optional
pre-
custom-
token-
exchange
"pre-custom-token-exchange"
?:
SuspiciousIpThrottlingPreCustomTokenExchangeStage
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
pre-
login
pre-
user-
registration
pre-
custom-
token-
exchange
Auth0 Node.js SDK - v6.0.0
Loading...
Holds per-stage configuration options (max_attempts and rate).