diff --git a/OTPFactory.OTPFactory.md b/OTPFactory.OTPFactory.md new file mode 100644 index 0000000..cc777b2 --- /dev/null +++ b/OTPFactory.OTPFactory.md @@ -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.
+Default: 1000 milliseconds (1 second) + +### Returns +[OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory). \ No newline at end of file