diff --git a/OTPCode.OTPCode.md b/OTPCode.OTPCode.md new file mode 100644 index 0000000..b3750c7 --- /dev/null +++ b/OTPCode.OTPCode.md @@ -0,0 +1,34 @@ +Namespace: `SimpleOTP` + +Assembly: `SimpleOTP.dll` + +## Overloads +| Overload | Description | +| --- | --- | +| [OTPCode()](#OTPCode) | Initializes a new instance of the `OTPCode` class. | +| [OTPCode(int)](#OTPCodeint) | Initializes a new instance of the `OTPCode` class. | + +## OTPCode() +Initializes a new instance of the `OTPCode` class. +```csharp +public OTPCode(); +``` +### Returns +[OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode). + +--- + +## OTPCode(int) +Initializes a new instance of the `OTPCode` class. +```csharp +public OTPCode(int code); +``` +### Parameters +`code` `Int32` + +OTP code. + +### Returns +[OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode). +### Remarks +Use this constructor only for HOTP key. Otherwise, fill out all properties. \ No newline at end of file