mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-23 08:08:40 +03:00
Updated OTPCode (markdown)
+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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user