io.vertx.ext.auth.authentication.AuthenticationProvider
usernamePasswordCredentialsOf
fun usernamePasswordCredentialsOf(password: String? = null, username: String? = null): UsernamePasswordCredentials
A function providing a DSL for building io.vertx.ext.auth.authentication.UsernamePasswordCredentials objects.