Class BreachedPasswordDetectionPreUserRegistrationStage
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record BreachedPasswordDetectionPreUserRegistrationStage : IJsonOnDeserialized, IEquatable<BreachedPasswordDetectionPreUserRegistrationStage>
- Inheritance
-
BreachedPasswordDetectionPreUserRegistrationStage
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Shields
Action to take when a breached password is detected during a signup.
Possible values: block, admin_notification.
[JsonPropertyName("shields")]
public IEnumerable<BreachedPasswordDetectionPreUserRegistrationShieldsEnum>? Shields { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.