vertx / io.vertx.ext.web.handler / AuthHandler / addAuthority

addAuthority

abstract fun addAuthority(authority: String): AuthHandler

Add a required authority for this auth handler

Parameters

authority - the authority

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