vertx / io.vertx.ext.auth.jdbc / JDBCAuth / setAuthenticationQuery

setAuthenticationQuery

abstract fun setAuthenticationQuery(authenticationQuery: String): JDBCAuth

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

Parameters

authenticationQuery - the authentication query

Return
a reference to this for fluency