mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
Updated OTPConfiguration (markdown)
+1
-1
@@ -11,7 +11,7 @@ public record OTPConfiguration
|
||||
| Property | Type | Accessor | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| `Id` | [Guid](https://docs.microsoft.com/en-us/dotnet/api/system.guid?view=net-5.0) | get/set | Gets or sets unique identifier of current configuration instance. [Default: [Guid.NewGuid()](https://docs.microsoft.com/en-us/dotnet/api/system.guid.newguid?view=net-5.0#System_Guid_NewGuid)] |
|
||||
| `Type` | [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType) | get/set | Gets or sets oTP algorithm type. |
|
||||
| `Type` | [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType) | get/set | Gets or sets OTP algorithm type. |
|
||||
| `IssuerLabel` | `string` | get/set | Gets or sets name of config issuer/service. |
|
||||
| `AccountName` | `string` | get/set | Gets or sets username or email of current config. |
|
||||
| `Secret` | `string` | get/set | Gets or sets secret key for OTP code generation. |
|
||||
|
||||
Reference in New Issue
Block a user