onGeneratedPasswordAvailableToUse

abstract suspend fun onGeneratedPasswordAvailableToUse(autofillWebMessageRequest: AutofillWebMessageRequest, username: String?, generatedPassword: String)

Called when we've generated a password for the user, and we want to offer it to them to use. When this is called, we should present the generated password to the user for them to choose whether to use it or not.