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)