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