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.
enabled - Set whether authentication is enabled. Defaults to false.