vertx / io.vertx.kotlin.ext.auth.sqlclient / sqlAuthenticationOptionsOf

sqlAuthenticationOptionsOf

fun sqlAuthenticationOptionsOf(authenticationQuery: String? = null): SqlAuthenticationOptions

A function providing a DSL for building io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions objects.

Options configuring JDBC authentication.

Parameters

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