public interface io.vertx.ext.web.handler.OAuth2AuthHandler extends io.vertx.ext.web.handler.AuthHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.OAuth2AuthHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.handler.OAuth2AuthHandler create(io.vertx.ext.auth.oauth2.OAuth2Auth, java.lang.String);
    descriptor: (Lio/vertx/ext/auth/oauth2/OAuth2Auth;Ljava/lang/String;)Lio/vertx/ext/web/handler/OAuth2AuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.OAuth2Auth authProvider
        start local 1 // java.lang.String callbackURL
         0: .line 42
            new io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl
            dup
            aload 0 /* authProvider */
            aload 1 /* callbackURL */
            invokespecial io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl.<init>:(Lio/vertx/ext/auth/oauth2/OAuth2Auth;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String callbackURL
        end local 0 // io.vertx.ext.auth.oauth2.OAuth2Auth authProvider
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  authProvider  Lio/vertx/ext/auth/oauth2/OAuth2Auth;
            0    1     1   callbackURL  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      authProvider  
      callbackURL   

  public static io.vertx.ext.web.handler.OAuth2AuthHandler create(io.vertx.ext.auth.oauth2.OAuth2Auth);
    descriptor: (Lio/vertx/ext/auth/oauth2/OAuth2Auth;)Lio/vertx/ext/web/handler/OAuth2AuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.oauth2.OAuth2Auth authProvider
         0: .line 54
            new io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl
            dup
            aload 0 /* authProvider */
            aconst_null
            invokespecial io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl.<init>:(Lio/vertx/ext/auth/oauth2/OAuth2Auth;Ljava/lang/String;)V
            areturn
        end local 0 // io.vertx.ext.auth.oauth2.OAuth2Auth authProvider
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  authProvider  Lio/vertx/ext/auth/oauth2/OAuth2Auth;
    MethodParameters:
              Name  Flags
      authProvider  

  public abstract io.vertx.ext.web.handler.OAuth2AuthHandler extraParams(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/handler/OAuth2AuthHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
             Name  Flags
      extraParams  

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