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

Updated OTPService.GenerateCode (markdown)

2021-05-31 01:17:36 +03:00
parent 5e2acdb8b4
commit 5377019b61
+2
@@ -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)