From 77a5e085c718ce88e092fe33b2a65a610c4ae966 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Mon, 31 May 2021 01:09:13 +0300 Subject: [PATCH] Updated OTPSevice (markdown) --- OTPSevice.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OTPSevice.md b/OTPSevice.md index 7d41ad1..27b2ae1 100644 --- a/OTPSevice.md +++ b/OTPSevice.md @@ -13,7 +13,7 @@ See `OTPService` usage examples on [Code generation/validation](https://github.c ## Methods | Method | Description | | --- | --- | -| [GenerateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPServiceGenerateCode) | Generates a new OTP code with provided configuration. | -| [ValidateHotp](https://github.com/XFox111/SimpleOTP/wiki/OTPServiceValidateHotp) | Validates provided HOTP code with provided parameters. | -| [ValidateTotp](https://github.com/XFox111/SimpleOTP/wiki/OTPServiceValidateTotp) | Validates provided TOTP code with provided parameters. | -| [ValidateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPServiceValidateCode) | Obsolete. Validates provided OTP code with provided parameters. | \ No newline at end of file +| [GenerateCode](https://github.com/XFox111/SimpleOTP/wiki/OTPService.GenerateCode) | Generates a new OTP code with provided configuration. | +| [ValidateHotp](https://github.com/XFox111/SimpleOTP/wiki/OTPService.ValidateHotp) | Validates provided HOTP 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/OTPService.ValidateCode) | Obsolete. Validates provided OTP code with provided parameters. | \ No newline at end of file