1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-23 08:08:40 +03:00

Updated OTPCode (markdown)

2021-05-31 17:07:15 +03:00
parent 5acf5bddaa
commit 88cb33f1c2
+4 -4
@@ -14,10 +14,10 @@ public record OTPCode
| [OTPCode(int)](https://github.com/XFox111/SimpleOTP/wiki/OTPCode.OTPCode#OTPCodeint) | Initializes a new instance of the `OTPCode` class. | | [OTPCode(int)](https://github.com/XFox111/SimpleOTP/wiki/OTPCode.OTPCode#OTPCodeint) | Initializes a new instance of the `OTPCode` class. |
## Properties ## Properties
| Property | Type | Description | | Property | Type | Accessor | Description |
| --- | --- | --- | | --- | --- | --- | --- |
| `Code` | `Int32` | Gets or sets OTP code. | | `Code` | `Int32` | get/set | Gets or sets OTP code. |
| `Expiring` | [DateTime?](https://docs.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | Gets or sets date-time until the code is valid. | | `Expiring` | [DateTime?](https://docs.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | get/set | Gets or sets date-time until the code is valid. |
## Methods ## Methods
| Method | Description | | Method | Description |