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

sqlAuthorizationOptionsOf

fun sqlAuthorizationOptionsOf(permissionsQuery: String? = null, rolesQuery: String? = null): SqlAuthorizationOptions

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

Options configuring JDBC authentication.

Parameters

permissionsQuery - Set the permissions query to use. Use this if you want to override the default permissions query.

rolesQuery - Set the roles query to use. Use this if you want to override the default roles query.