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

addAuthority

open fun addAuthority(authority: String): AuthHandler

Overrides AuthHandler.addAuthority

Add a required authority for this auth handler

Parameters

authority - the authority

Return
a reference to this, so the API can be used fluently