Table of Contents

Class SuspiciousIpThrottlingPreCustomTokenExchangeStage

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration options that apply before every custom token exchange attempt.

[Serializable]
public record SuspiciousIpThrottlingPreCustomTokenExchangeStage : IJsonOnDeserialized, IEquatable<SuspiciousIpThrottlingPreCustomTokenExchangeStage>
Inheritance
SuspiciousIpThrottlingPreCustomTokenExchangeStage
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

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.