abstract fun addAuthorities(authorities: MutableSet<String>): AuthHandler
Add a set of required authorities for this auth handler
authorities - the set of authorities
authorities
Return a reference to this, so the API can be used fluently