generate Password

Method used to generate a password

Return

the generated password as String

Parameters

configuration

The configuration to use to generate the password


open fun generatePassword(length: Int, includeNumbers: Boolean, includeUppercaseLetters: Boolean, includeSpecialCharacters: Boolean): String

Method used to generate a password

Return

the generated password as String

Parameters

length

The length of the generated password

includeNumbers

Whether the generated password must include the numbers

includeUppercaseLetters

Whether the generated password must include the uppercase letters

includeSpecialCharacters

Whether the generated password must include the special characters