vertx / io.vertx.kotlin.ext.hawkular / AuthenticationOptions

AuthenticationOptions

fun AuthenticationOptions(enabled: Boolean? = null, id: String? = null, secret: String? = null): AuthenticationOptions

A function providing a DSL for building io.vertx.ext.hawkular.AuthenticationOptions objects.

Authentication options.

Parameters

enabled - Set whether authentication is enabled. Defaults to false.

id - Set the identifier used for authentication.

secret - Set the secret used for authentication.