1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00
1
simpleotp.dependencyinjection.tolerancespanconfig
Eugene Fox edited this page 2024-09-18 17:22:16 +03:00

ToleranceSpanConfig

Namespace: SimpleOTP.DependencyInjection

Configuration for the tolerance span.

public class ToleranceSpanConfig

Inheritance ObjectToleranceSpanConfig

Properties

Behind

The number of periods/counter values behind the current value.

public int Behind { get; set; }

Property Value

Int32

Ahead

The number of periods/counter values ahead of the current value.

public int Ahead { get; set; }

Property Value

Int32

Constructors

ToleranceSpanConfig()

public ToleranceSpanConfig()