Syntax for create() in Kotlin

Hi @vincent-guerin

The type of second argument for create method should be AsyncCallback<List<String>>, not AsyncCallback<Secrets>. The handleResponse method should also accept List<String>.

Best Regards,
Maksym