Package io.mosip.kernel.otpmanager.dto
Class OtpGeneratorRequestDto
- java.lang.Object
-
- io.mosip.kernel.otpmanager.dto.OtpGeneratorRequestDto
-
public class OtpGeneratorRequestDto extends Object
The DTO class for OTP Generation request.- Since:
- 1.0.0
- Author:
- Ritesh Sinha, Sagar Mahapatra
-
-
Constructor Summary
Constructors Constructor Description OtpGeneratorRequestDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Getter for key.voidsetKey(String key)Setter for key.
-