password Length Valid

fun passwordLengthValid(passwordLength: Int): Boolean

Method to validate the length of the password

Return

whether the password length is valid or not as boolean

Parameters

passwordLength

The password length value to check the validity