Class ChainAuthHandler

java.lang.Object
io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
All Implemented Interfaces:
Handler<RoutingContext>, io.vertx.lang.rx.RxDelegate, AuthenticationHandler

public class ChainAuthHandler extends Object implements io.vertx.lang.rx.RxDelegate, AuthenticationHandler, Handler<RoutingContext>
An auth handler that chains to a sequence of handlers.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.