Class SuspiciousIpThrottlingPreLoginStage
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration options that apply before every login attempt.
[Serializable]
public record SuspiciousIpThrottlingPreLoginStage : IJsonOnDeserialized, IEquatable<SuspiciousIpThrottlingPreLoginStage>
- Inheritance
-
SuspiciousIpThrottlingPreLoginStage
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
MaxAttempts
Total number of attempts allowed per day.
[JsonPropertyName("max_attempts")]
public int? MaxAttempts { get; set; }
Property Value
- int?
Rate
Interval of time, given in milliseconds, at which new attempts are granted.
[JsonPropertyName("rate")]
public int? Rate { get; set; }
Property Value
- int?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.