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

setAudience

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

Set the audience list

Parameters

audience - the audience list

Return
a reference to this for fluency