From 5377019b61dc237ab43d3522170455552cfec285 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Mon, 31 May 2021 01:17:36 +0300 Subject: [PATCH] Updated OTPService.GenerateCode (markdown) --- OTPService.GenerateCode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OTPService.GenerateCode.md b/OTPService.GenerateCode.md index e67cbe8..e3a4243 100644 --- a/OTPService.GenerateCode.md +++ b/OTPService.GenerateCode.md @@ -17,6 +17,8 @@ public static OTPCode GenerateCode(ref OTPConfiguration target); `target` [OTPConfiguration](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration) OTP configuration object. +### Returns +[OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode) instance with generated code. ### Exceptions [NullReferenceException](https://docs.microsoft.com/en-us/dotnet/api/system.nullreferenceexception?view=net-5.0)