onCredentialsAvailableToInject

abstract suspend fun onCredentialsAvailableToInject(autofillWebMessageRequest: AutofillWebMessageRequest, credentials: List<LoginCredentials>, triggerType: LoginTriggerType)

Called when we've determined we have credentials we can offer to autofill for the user. When this is called, we should present the list to the user for them to choose which one, if any, to autofill.