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

Updated OTPSevice (markdown)

2021-05-31 01:09:13 +03:00
parent 31d6a0d00e
commit 77a5e085c7
+4 -4
@@ -13,7 +13,7 @@ See `OTPService` usage examples on [Code generation/validation](https://github.c
## Methods ## Methods
| Method | Description | | Method | Description |
| --- | --- | | --- | --- |
| [GenerateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPServiceGenerateCode) | Generates a new OTP code with provided configuration. | | [GenerateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.GenerateCode) | Generates a new OTP code with provided configuration. |
| [ValidateHotp](https://github.com/XFox111/SimpleOTP/wiki/OTPServiceValidateHotp) | Validates provided HOTP code with provided parameters. | | [ValidateHotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateHotp) | Validates provided HOTP code with provided parameters. |
| [ValidateTotp](https://github.com/XFox111/SimpleOTP/wiki/OTPServiceValidateTotp) | Validates provided TOTP code with provided parameters. | | [ValidateTotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateTotp) | Validates provided TOTP code with provided parameters. |
| [ValidateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPServiceValidateCode) | Obsolete. Validates provided OTP code with provided parameters. | | [ValidateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateCode) | Obsolete. Validates provided OTP code with provided parameters. |