Uses of Class
io.mosip.kernel.auth.defaultimpl.constant.OTPErrorCode
-
Packages that use OTPErrorCode Package Description io.mosip.kernel.auth.defaultimpl.constant -
-
Uses of OTPErrorCode in io.mosip.kernel.auth.defaultimpl.constant
Methods in io.mosip.kernel.auth.defaultimpl.constant that return OTPErrorCode Modifier and Type Method Description static OTPErrorCodeOTPErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OTPErrorCode[]OTPErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-