mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +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. |
|
||||
|
||||
## Properties
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| `Code` | `Int32` | 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. |
|
||||
| Property | Type | Accessor | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| `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) | get/set | Gets or sets date-time until the code is valid. |
|
||||
|
||||
## Methods
|
||||
| Method | Description |
|
||||
|
||||
Reference in New Issue
Block a user