Class SuspiciousIpThrottlingPreUserRegistrationStage
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration options that apply before every user registration attempt.
[Serializable]
public record SuspiciousIpThrottlingPreUserRegistrationStage : IJsonOnDeserialized, IEquatable<SuspiciousIpThrottlingPreUserRegistrationStage>
- Inheritance
-
SuspiciousIpThrottlingPreUserRegistrationStage
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
MaxAttempts
Total number of attempts allowed.
[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.