vertx / io.vertx.config.vault.client / SlimVaultClient / loginWithUserCredentials
loginWithUserCredentials
open fun loginWithUserCredentials(username: String, password: String, resultHandler: Handler<AsyncResult<Auth>>): Unit
Logs in against the `userpass` backend.
Parameters
username - the username
password - the password
resultHandler - the callback invoked with the result