diff --git a/OTPCodeUpdatedEventHandler.md b/OTPCodeUpdatedEventHandler.md new file mode 100644 index 0000000..28b0a07 --- /dev/null +++ b/OTPCodeUpdatedEventHandler.md @@ -0,0 +1,15 @@ +Namespace: `SimpleOTP` + +Assembly: `SimpleOTP.dll` + +Represents method that will be called when new OTP code is generated. +```csharp +public delegate void OTPCodeUpdatedEventHandler(OTPCode code); +``` +### Parameters +`code` [OTPCode](https://github.com/XFox111/SimpleOTP/wiki/OTPCode) + +New OTP code instance. + +### Remarks +For implementation examples please refer to [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory) \ No newline at end of file