Class Stage
- Namespace
- Auth0.ManagementApi.Models.AttackProtection
- Assembly
- Auth0.ManagementApi.dll
public class Stage
- Inheritance
-
Stage
- Inherited Members
Properties
PreLogin
Configuration options that apply before every login attempt.
[JsonProperty("pre-login")]
public Stage.StageEntry PreLogin { get; set; }
Property Value
PreUserRegistration
Configuration options that apply before every user registration attempt.
[JsonProperty("pre-user-registration")]
public Stage.StageEntry PreUserRegistration { get; set; }