fun usernamePasswordCredentialsOf(password: String? = null, username: String? = null): UsernamePasswordCredentials
A function providing a DSL for building io.vertx.ext.auth.authentication.UsernamePasswordCredentials objects.
Credentials used by any io.vertx.ext.auth.authentication.AuthenticationProvider that requires username and password to perform its authentication