Interface OtpGenerator<S,D>
-
public interface OtpGenerator<S,D>This interface provides the methods which can be used for OTP generation.- Since:
- 1.0.0
- Author:
- Ritesh Sinha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DgetOtp(S otpDto)This method can be used to generate OTP against a particular key.
-