Table of Contents

Class Stage.StageEntry

Namespace
Auth0.ManagementApi.Models.AttackProtection
Assembly
Auth0.ManagementApi.dll
public class Stage.StageEntry
Inheritance
Stage.StageEntry
Inherited Members

Properties

MaxAttempts

Total number of attempts allowed per day.

[JsonProperty("max_attempts")]
public int MaxAttempts { get; set; }

Property Value

int

Rate

Interval of time, given in milliseconds, at which new attempts are granted.

[JsonProperty("rate")]
public int Rate { get; set; }

Property Value

int