Uses of Class
io.mosip.authentication.common.service.impl.match.OtpMatchingStrategy
-
Packages that use OtpMatchingStrategy Package Description io.mosip.authentication.common.service.impl.match -
-
Uses of OtpMatchingStrategy in io.mosip.authentication.common.service.impl.match
Methods in io.mosip.authentication.common.service.impl.match that return OtpMatchingStrategy Modifier and Type Method Description static OtpMatchingStrategyOtpMatchingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static OtpMatchingStrategy[]OtpMatchingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-