@RefreshScope @Service public class OtpValidatorServiceImpl extends Object implements OtpValidator<org.springframework.http.ResponseEntity<OtpValidatorResponseDto>>
| Constructor and Description |
|---|
OtpValidatorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<OtpValidatorResponseDto> |
validateOtp(String key,
String otp) |
public org.springframework.http.ResponseEntity<OtpValidatorResponseDto> validateOtp(String key, String otp)
validateOtp in interface OtpValidator<org.springframework.http.ResponseEntity<OtpValidatorResponseDto>>Copyright © 2020. All rights reserved.