Interface OtpNotification<T,D>
-
- Type Parameters:
T- is a type parameter
public interface OtpNotification<T,D>This interface has methods to sendOtpNotification.- Since:
- 1.0.0
- Author:
- Ritesh Sinha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TsendOtpNotification(D request)Method to send OTP notification.
-