From 21a09b9f661915e8c711f148aec6153fadf0810f Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 1 Jun 2021 15:13:57 +0300 Subject: [PATCH] Updated OTPService.GenerateCode (markdown) --- OTPService.GenerateCode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OTPService.GenerateCode.md b/OTPService.GenerateCode.md index e3a4243..c231b39 100644 --- a/OTPService.GenerateCode.md +++ b/OTPService.GenerateCode.md @@ -33,7 +33,7 @@ If OTP algorithm is HOTP, `target` counter is increased by 1. --- ## GenerateCode(ref OTPConfiguration, DateTime) -Generates a new OTP code with provided configuration. +Generates a new TOTP code with provided configuration and for specific interval. ```csharp public static OTPCode GenerateCode(ref OTPConfiguration target, DateTime date); ```