vertx / io.vertx.ext.web.handler / JWTAuthHandler / setAudience

setAudience

abstract fun setAudience(audience: MutableList<String>): JWTAuthHandler

Set the audience list

Parameters

audience - the audience list

Return
a reference to this for fluency