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

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