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 Detail

      • sendOtpNotification

        T sendOtpNotification​(D request)
        Method to send OTP notification.
        Parameters:
        request - the request dto.
        Returns:
        the response.