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

Package io.vertx.kotlin.ext.auth.authentication

Extensions for External Classes

io.vertx.ext.auth.authentication.AuthenticationProvider

Functions

usernamePasswordCredentialsOf

fun usernamePasswordCredentialsOf(password: String? = null, username: String? = null): UsernamePasswordCredentials

A function providing a DSL for building io.vertx.ext.auth.authentication.UsernamePasswordCredentials objects.