Class RedirectAuthHandler

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

public class RedirectAuthHandler extends Object implements io.vertx.lang.rx.RxDelegate, AuthenticationHandler, Handler<RoutingContext>
An auth handler that's used to handle auth by redirecting user to a custom login page.

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