From 98e27e4cd0aee665db68ba9df9a4781f83aa114a Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 1 Jun 2021 16:21:47 +0300 Subject: [PATCH] Created OTPFactory.OTPFactory (markdown) --- OTPFactory.OTPFactory.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 OTPFactory.OTPFactory.md 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