public interface io.vertx.ext.web.handler.OAuth2AuthHandler extends io.vertx.ext.web.handler.AuthenticationHandler
  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.core.Vertx, io.vertx.ext.auth.oauth2.OAuth2Auth, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/oauth2/OAuth2Auth;Ljava/lang/String;)Lio/vertx/ext/web/handler/OAuth2AuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.auth.oauth2.OAuth2Auth authProvider
        start local 2 // java.lang.String callbackURL
         0: .line 44
            aload 2 /* callbackURL */
            ifnonnull 2
         1: .line 45
            new java.lang.IllegalArgumentException
            dup
            ldc "callbackURL cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 47
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* authProvider */
            aload 2 /* callbackURL */
            invokespecial io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/auth/oauth2/OAuth2Auth;Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String callbackURL
        end local 1 // io.vertx.ext.auth.oauth2.OAuth2Auth authProvider
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0         vertx  Lio/vertx/core/Vertx;
            0    3     1  authProvider  Lio/vertx/ext/auth/oauth2/OAuth2Auth;
            0    3     2   callbackURL  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      vertx         
      authProvider  
      callbackURL   

  public static io.vertx.ext.web.handler.OAuth2AuthHandler create(io.vertx.core.Vertx, io.vertx.ext.auth.oauth2.OAuth2Auth);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/oauth2/OAuth2Auth;)Lio/vertx/ext/web/handler/OAuth2AuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.auth.oauth2.OAuth2Auth authProvider
         0: .line 60
            new io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* authProvider */
            aconst_null
            invokespecial io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/auth/oauth2/OAuth2Auth;Ljava/lang/String;)V
            areturn
        end local 1 // io.vertx.ext.auth.oauth2.OAuth2Auth authProvider
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0         vertx  Lio/vertx/core/Vertx;
            0    1     1  authProvider  Lio/vertx/ext/auth/oauth2/OAuth2Auth;
    MethodParameters:
              Name  Flags
      vertx         
      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 withScope(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/OAuth2AuthHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      scope  

  public abstract io.vertx.ext.web.handler.OAuth2AuthHandler prompt(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/handler/OAuth2AuthHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      prompt  

  public abstract io.vertx.ext.web.handler.OAuth2AuthHandler pkceVerifierLength(int);
    descriptor: (I)Lio/vertx/ext/web/handler/OAuth2AuthHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      length  

  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()