@Service public class OTPServiceImpl extends Object implements OTPService
| Constructor and Description |
|---|
OTPServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
OtpResponseDTO |
generateOtp(OtpRequestDTO otpRequestDto,
String partnerId)
Generate OTP, store the OTP request details for success/failure.
|
public OtpResponseDTO generateOtp(OtpRequestDTO otpRequestDto, String partnerId) throws IdAuthenticationBusinessException
generateOtp in interface OTPServiceotpRequestDto - the otp request dtoIdAuthenticationBusinessException - the id authentication business
exceptionCopyright © 2020. All rights reserved.