Class WebAuthnHandler

java.lang.Object
io.vertx.mutiny.ext.web.handler.WebAuthnHandler
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, AuthenticationHandler, Consumer<RoutingContext>

public class WebAuthnHandler extends Object implements MutinyDelegate, AuthenticationHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
An auth handler that provides FIDO2 WebAuthN Relay Party support.

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

  • Field Details

  • Constructor Details

    • WebAuthnHandler

      public WebAuthnHandler(io.vertx.ext.web.handler.WebAuthnHandler delegate)
    • WebAuthnHandler

      public WebAuthnHandler(Object delegate)
  • Method Details