public interface io.vertx.ext.web.handler.WebAuthnHandler extends io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.WebAuthnHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.handler.WebAuthnHandler create(io.vertx.ext.auth.webauthn.WebAuthn);
    descriptor: (Lio/vertx/ext/auth/webauthn/WebAuthn;)Lio/vertx/ext/web/handler/WebAuthnHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.webauthn.WebAuthn webAuthn
         0: .line 40
            new io.vertx.ext.web.handler.impl.WebAuthnHandlerImpl
            dup
            aload 0 /* webAuthn */
            invokespecial io.vertx.ext.web.handler.impl.WebAuthnHandlerImpl.<init>:(Lio/vertx/ext/auth/webauthn/WebAuthn;)V
            areturn
        end local 0 // io.vertx.ext.auth.webauthn.WebAuthn webAuthn
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  webAuthn  Lio/vertx/ext/auth/webauthn/WebAuthn;
    MethodParameters:
          Name  Flags
      webAuthn  

  public abstract io.vertx.ext.web.handler.WebAuthnHandler setupCredentialsCreateCallback(io.vertx.ext.web.Route);
    descriptor: (Lio/vertx/ext/web/Route;)Lio/vertx/ext/web/handler/WebAuthnHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      route  

  public abstract io.vertx.ext.web.handler.WebAuthnHandler setupCredentialsGetCallback(io.vertx.ext.web.Route);
    descriptor: (Lio/vertx/ext/web/Route;)Lio/vertx/ext/web/handler/WebAuthnHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      route  

  public abstract io.vertx.ext.web.handler.WebAuthnHandler setupCallback(io.vertx.ext.web.Route);
    descriptor: (Lio/vertx/ext/web/Route;)Lio/vertx/ext/web/handler/WebAuthnHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      route  

  public abstract io.vertx.ext.web.handler.WebAuthnHandler setOrigin(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/WebAuthnHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      origin  
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/ext/web/RoutingContext;>;
SourceFile: "WebAuthnHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()