mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
Created SecretGenerator (markdown)
@@ -0,0 +1,13 @@
|
|||||||
|
Namespace: `SimpleOTP.Helpers`
|
||||||
|
|
||||||
|
Assembly: `SimpleOTP.dll`
|
||||||
|
|
||||||
|
Helper class for OTP secret generation.
|
||||||
|
```csharp
|
||||||
|
public static class SecretGenerator
|
||||||
|
```
|
||||||
|
|
||||||
|
## Methods
|
||||||
|
| Method | Description |
|
||||||
|
| --- | --- |
|
||||||
|
| [GenerateSecret](https://github.com/XFox111/SimpleOTP/wiki/SecretGenerator.GenerateSecret) | Generate OTP secret key. |
|
||||||
Reference in New Issue
Block a user