generate
Password
suspend fun generatePassword(length: Int, tail: String, scopes: String, includeNumbers: Boolean, includeUppercaseLetters: Boolean, includeSpecialCharacters: Boolean): JsonObject
Request to generate a new password
Return
the result of the request as JsonObject
Parameters
length
The length of the password
tail
The tail of the password
scopes
The scopes of the password
include Numbers
Whether the generated password must include the numbers
include Uppercase Letters
Whether the generated password must include the uppercase letters
include Special Characters
Whether the generated password must include the special characters