vertx / io.vertx.kotlin.ext.auth.authentication / usernamePasswordCredentialsOf

usernamePasswordCredentialsOf

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

Parameters

password -

username -