Back to Node Auth0

Interface SuspiciousIpThrottlingPreCustomTokenExchangeStage

docs/interfaces/management.Management.SuspiciousIpThrottlingPreCustomTokenExchangeStage.html

6.0.0872 B
Original Source

Interface SuspiciousIpThrottlingPreCustomTokenExchangeStage

Configuration options that apply before every custom token exchange attempt.

interface SuspiciousIpThrottlingPreCustomTokenExchangeStage {
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