vertx / io.vertx.kotlin.ext.auth.jdbc / jdbcAuthenticationOptionsOf

jdbcAuthenticationOptionsOf

fun jdbcAuthenticationOptionsOf(authenticationQuery: String? = null): JDBCAuthenticationOptions

A function providing a DSL for building io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions objects.

Options configuring JDBC authentication.

Parameters

authenticationQuery - Set the authentication query to use. Use this if you want to override the default authentication query.