Table of Contents

Class RateLimitingOptions

Namespace
KadicAuth.Api.Security
Assembly
KadicAuth.Api.dll
public sealed class RateLimitingOptions
Inheritance
object
RateLimitingOptions

Fields

SectionName

public const string SectionName = "RateLimiting"

Field Value

string

Properties

EnableRateLimiting

public bool EnableRateLimiting { get; set; }

Property Value

bool

LoginAttempts

public RateLimitConfig LoginAttempts { get; set; }

Property Value

RateLimitConfig

PasswordReset

public RateLimitConfig PasswordReset { get; set; }

Property Value

RateLimitConfig

RefreshToken

public RateLimitConfig RefreshToken { get; set; }

Property Value

RateLimitConfig