mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
Created OTPFactory.OTPFactory (markdown)
@@ -0,0 +1,20 @@
|
||||
Namespace: `SimpleOTP`
|
||||
|
||||
Assembly: `SimpleOTP.dll`
|
||||
|
||||
Initializes a new instance of the `OTPFactory` class.
|
||||
```csharp
|
||||
public OTPFactory(OTPConfiguration configuration, int timerUpdateInterval = 1000);
|
||||
```
|
||||
### Parameters
|
||||
`configuration` [OTPConfiguration]()
|
||||
|
||||
OTP configuration for codes producing.
|
||||
|
||||
`timeUpdateInterval` `Int32`
|
||||
|
||||
Interval for timer updates in milliseconds.<br/>
|
||||
Default: 1000 milliseconds (1 second)
|
||||
|
||||
### Returns
|
||||
[OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory).
|
||||
Reference in New Issue
Block a user