public class io.vertx.ext.auth.oauth2.impl.OAuth2API
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.oauth2.impl.OAuth2API
  super_class: java.lang.Object
{
  private static final io.vertx.core.impl.logging.Logger LOG;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.regex.Pattern MAX_AGE;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.http.HttpClient client;
    descriptor: Lio/vertx/core/http/HttpClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.ext.auth.oauth2.OAuth2Options config;
    descriptor: Lio/vertx/ext/auth/oauth2/OAuth2Options;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            ldc Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putstatic io.vertx.ext.auth.oauth2.impl.OAuth2API.LOG:Lio/vertx/core/impl/logging/Logger;
         1: .line 46
            ldc "max-age=\"?(\\d+)\"?"
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            putstatic io.vertx.ext.auth.oauth2.impl.OAuth2API.MAX_AGE:Ljava/util/regex/Pattern;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.Vertx, io.vertx.ext.auth.oauth2.OAuth2Options);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/oauth2/OAuth2Options;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.auth.oauth2.OAuth2Options config
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 2 /* config */
            putfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
         2: .line 53
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* config */
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getHttpClientOptions:()Lio/vertx/core/http/HttpClientOptions;
            invokeinterface io.vertx.core.Vertx.createHttpClient:(Lio/vertx/core/http/HttpClientOptions;)Lio/vertx/core/http/HttpClient;
            putfield io.vertx.ext.auth.oauth2.impl.OAuth2API.client:Lio/vertx/core/http/HttpClient;
         3: .line 54
            return
        end local 2 // io.vertx.ext.auth.oauth2.OAuth2Options config
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0    4     1   vertx  Lio/vertx/core/Vertx;
            0    4     2  config  Lio/vertx/ext/auth/oauth2/OAuth2Options;
    MethodParameters:
        Name  Flags
      vertx   
      config  

  public void jwkSet(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // io.vertx.core.Handler handler
         0: .line 60
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 2 /* headers */
        start local 2 // io.vertx.core.json.JsonObject headers
         1: .line 63
            aload 2 /* headers */
            ldc "Accept"
            ldc "application/jwk-set+json, application/json"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         2: .line 65
            aload 0 /* this */
         3: .line 66
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
         4: .line 67
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getJwkPath:()Ljava/lang/String;
         5: .line 68
            aload 2 /* headers */
         6: .line 69
            aconst_null
         7: .line 70
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/ext/auth/oauth2/impl/OAuth2API;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/auth/oauth2/impl/OAuth2API.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
         8: .line 65
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.fetch:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         9: .line 125
            return
        end local 2 // io.vertx.core.json.JsonObject headers
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   10     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
            1   10     2  headers  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public java.lang.String authorizeURL(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // io.vertx.core.json.JsonObject params
         0: .line 133
            aload 1 /* params */
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
            astore 2 /* query */
        start local 2 // io.vertx.core.json.JsonObject query
         1: .line 135
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getFlow:()Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.AUTH_CODE:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            if_acmpeq 3
         2: .line 136
            new java.lang.IllegalStateException
            dup
            ldc "authorization URL cannot be computed for non AUTH_CODE flow"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 139
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 2 /* query */
            ldc "scopes"
            invokevirtual io.vertx.core.json.JsonObject.containsKey:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 141
            aload 2 /* query */
            ldc "scope"
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getScopeSeparator:()Ljava/lang/String;
            aload 2 /* query */
            ldc "scopes"
            invokevirtual io.vertx.core.json.JsonObject.getJsonArray:(Ljava/lang/String;)Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonArray.getList:()Ljava/util/List;
            invokestatic java.lang.String.join:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         5: .line 142
            aload 2 /* query */
            ldc "scopes"
            invokevirtual io.vertx.core.json.JsonObject.remove:(Ljava/lang/String;)Ljava/lang/Object;
            pop
         6: .line 145
      StackMap locals:
      StackMap stack:
            aload 2 /* query */
            ldc "response_type"
            ldc "code"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         7: .line 146
            aload 2 /* query */
            ldc "client_id"
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientID:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         8: .line 148
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getAuthorizationPath:()Ljava/lang/String;
            astore 3 /* path */
        start local 3 // java.lang.String path
         9: .line 149
            aload 3 /* path */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 47
            if_icmpne 10
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getSite:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* path */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 11
      StackMap locals: java.lang.String
      StackMap stack:
        10: aload 3 /* path */
      StackMap locals:
      StackMap stack: java.lang.String
        11: astore 4 /* url */
        start local 4 // java.lang.String url
        12: .line 151
            new java.lang.StringBuilder
            dup
            aload 4 /* url */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 63
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 2 /* query */
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.jsonToQuery:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 4 // java.lang.String url
        end local 3 // java.lang.String path
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // io.vertx.core.json.JsonObject params
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   13     1  params  Lio/vertx/core/json/JsonObject;
            1   13     2   query  Lio/vertx/core/json/JsonObject;
            9   13     3    path  Ljava/lang/String;
           12   13     4     url  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      params  

  public void token(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // java.lang.String grantType
        start local 2 // io.vertx.core.json.JsonObject params
        start local 3 // io.vertx.core.Handler handler
         0: .line 161
            aload 1 /* grantType */
            ifnonnull 3
         1: .line 162
            aload 3 /* handler */
            ldc "Token request requires a grantType other than null"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 163
            return
         3: .line 166
      StackMap locals:
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 4 /* headers */
        start local 4 // io.vertx.core.json.JsonObject headers
         4: .line 168
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientID:()Ljava/lang/String;
            ifnull 5
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecret:()Ljava/lang/String;
            ifnull 5
            iconst_1
            goto 6
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 5 /* confidentialClient */
        start local 5 // boolean confidentialClient
         7: .line 170
            iload 5 /* confidentialClient */
            ifeq 10
         8: .line 171
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientID:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecret:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* basic */
        start local 6 // java.lang.String basic
         9: .line 172
            aload 4 /* headers */
            ldc "Authorization"
            new java.lang.StringBuilder
            dup
            ldc "Basic "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.util.Base64.getEncoder:()Ljava/util/Base64$Encoder;
            aload 6 /* basic */
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            invokevirtual java.util.Base64$Encoder.encodeToString:([B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        end local 6 // java.lang.String basic
        10: .line 175
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getHeaders:()Lio/vertx/core/json/JsonObject;
            astore 6 /* tmp */
        start local 6 // io.vertx.core.json.JsonObject tmp
        11: .line 176
            aload 6 /* tmp */
            ifnull 13
        12: .line 177
            aload 4 /* headers */
            aload 6 /* tmp */
            invokevirtual io.vertx.core.json.JsonObject.mergeIn:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
        13: .line 181
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 2 /* params */
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
            astore 7 /* form */
        start local 7 // io.vertx.core.json.JsonObject form
        14: .line 182
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getExtraParameters:()Lio/vertx/core/json/JsonObject;
            ifnull 16
        15: .line 183
            aload 7 /* form */
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getExtraParameters:()Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.mergeIn:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
        16: .line 186
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 7 /* form */
            ldc "grant_type"
            aload 1 /* grantType */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        17: .line 188
            iload 5 /* confidentialClient */
            ifne 19
        18: .line 189
            aload 7 /* form */
            ldc "client_id"
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientID:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        19: .line 192
      StackMap locals:
      StackMap stack:
            aload 4 /* headers */
            ldc "Content-Type"
            ldc "application/x-www-form-urlencoded"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        20: .line 193
            aload 7 /* form */
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.jsonToQuery:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/buffer/Buffer;
            astore 8 /* payload */
        start local 8 // io.vertx.core.buffer.Buffer payload
        21: .line 196
            aload 4 /* headers */
            ldc "Accept"
            ldc "application/json,application/x-www-form-urlencoded;q=0.9"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        22: .line 198
            aload 0 /* this */
        23: .line 199
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
        24: .line 200
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getTokenPath:()Ljava/lang/String;
        25: .line 201
            aload 4 /* headers */
        26: .line 202
            aload 8 /* payload */
        27: .line 203
            aload 0 /* this */
            aload 3 /* handler */
            invokedynamic handle(Lio/vertx/ext/auth/oauth2/impl/OAuth2API;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/auth/oauth2/impl/OAuth2API.lambda$1(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
        28: .line 198
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.fetch:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
        29: .line 248
            return
        end local 8 // io.vertx.core.buffer.Buffer payload
        end local 7 // io.vertx.core.json.JsonObject form
        end local 6 // io.vertx.core.json.JsonObject tmp
        end local 5 // boolean confidentialClient
        end local 4 // io.vertx.core.json.JsonObject headers
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.core.json.JsonObject params
        end local 1 // java.lang.String grantType
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   30     0                this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   30     1           grantType  Ljava/lang/String;
            0   30     2              params  Lio/vertx/core/json/JsonObject;
            0   30     3             handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
            4   30     4             headers  Lio/vertx/core/json/JsonObject;
            7   30     5  confidentialClient  Z
            9   10     6               basic  Ljava/lang/String;
           11   30     6                 tmp  Lio/vertx/core/json/JsonObject;
           14   30     7                form  Lio/vertx/core/json/JsonObject;
           21   30     8             payload  Lio/vertx/core/buffer/Buffer;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)V
    MethodParameters:
           Name  Flags
      grantType  
      params     
      handler    

  public void tokenIntrospection(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // java.lang.String tokenType
        start local 2 // java.lang.String token
        start local 3 // io.vertx.core.Handler handler
         0: .line 256
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 4 /* headers */
        start local 4 // io.vertx.core.json.JsonObject headers
         1: .line 258
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientID:()Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecret:()Ljava/lang/String;
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 5 /* confidentialClient */
        start local 5 // boolean confidentialClient
         4: .line 260
            iload 5 /* confidentialClient */
            ifeq 7
         5: .line 261
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientID:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecret:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* basic */
        start local 6 // java.lang.String basic
         6: .line 262
            aload 4 /* headers */
            ldc "Authorization"
            new java.lang.StringBuilder
            dup
            ldc "Basic "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.util.Base64.getEncoder:()Ljava/util/Base64$Encoder;
            aload 6 /* basic */
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            invokevirtual java.util.Base64$Encoder.encodeToString:([B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        end local 6 // java.lang.String basic
         7: .line 265
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getHeaders:()Lio/vertx/core/json/JsonObject;
            astore 6 /* tmp */
        start local 6 // io.vertx.core.json.JsonObject tmp
         8: .line 266
            aload 6 /* tmp */
            ifnull 10
         9: .line 267
            aload 4 /* headers */
            aload 6 /* tmp */
            invokevirtual io.vertx.core.json.JsonObject.mergeIn:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
        10: .line 270
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
        11: .line 271
            ldc "token"
            aload 2 /* token */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
        12: .line 273
            ldc "token_type_hint"
            aload 1 /* tokenType */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
        13: .line 270
            astore 7 /* form */
        start local 7 // io.vertx.core.json.JsonObject form
        14: .line 275
            aload 4 /* headers */
            ldc "Content-Type"
            ldc "application/x-www-form-urlencoded"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        15: .line 276
            aload 7 /* form */
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.jsonToQuery:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/buffer/Buffer;
            astore 8 /* payload */
        start local 8 // io.vertx.core.buffer.Buffer payload
        16: .line 278
            aload 4 /* headers */
            ldc "Accept"
            ldc "application/json,application/x-www-form-urlencoded;q=0.9"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        17: .line 280
            aload 0 /* this */
        18: .line 281
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
        19: .line 282
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getIntrospectionPath:()Ljava/lang/String;
        20: .line 283
            aload 4 /* headers */
        21: .line 284
            aload 8 /* payload */
        22: .line 285
            aload 0 /* this */
            aload 3 /* handler */
            invokedynamic handle(Lio/vertx/ext/auth/oauth2/impl/OAuth2API;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/auth/oauth2/impl/OAuth2API.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
        23: .line 280
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.fetch:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
        24: .line 330
            return
        end local 8 // io.vertx.core.buffer.Buffer payload
        end local 7 // io.vertx.core.json.JsonObject form
        end local 6 // io.vertx.core.json.JsonObject tmp
        end local 5 // boolean confidentialClient
        end local 4 // io.vertx.core.json.JsonObject headers
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String token
        end local 1 // java.lang.String tokenType
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   25     0                this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   25     1           tokenType  Ljava/lang/String;
            0   25     2               token  Ljava/lang/String;
            0   25     3             handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
            1   25     4             headers  Lio/vertx/core/json/JsonObject;
            4   25     5  confidentialClient  Z
            6    7     6               basic  Ljava/lang/String;
            8   25     6                 tmp  Lio/vertx/core/json/JsonObject;
           14   25     7                form  Lio/vertx/core/json/JsonObject;
           16   25     8             payload  Lio/vertx/core/buffer/Buffer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)V
    MethodParameters:
           Name  Flags
      tokenType  
      token      
      handler    

  public void tokenRevocation(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // java.lang.String tokenType
        start local 2 // java.lang.String token
        start local 3 // io.vertx.core.Handler handler
         0: .line 338
            aload 2 /* token */
            ifnonnull 3
         1: .line 339
            aload 3 /* handler */
            ldc "Cannot revoke null token"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 340
            return
         3: .line 343
      StackMap locals:
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 4 /* headers */
        start local 4 // io.vertx.core.json.JsonObject headers
         4: .line 345
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientID:()Ljava/lang/String;
            ifnull 5
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecret:()Ljava/lang/String;
            ifnull 5
            iconst_1
            goto 6
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 5 /* confidentialClient */
        start local 5 // boolean confidentialClient
         7: .line 347
            iload 5 /* confidentialClient */
            ifeq 10
         8: .line 348
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientID:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecret:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* basic */
        start local 6 // java.lang.String basic
         9: .line 349
            aload 4 /* headers */
            ldc "Authorization"
            new java.lang.StringBuilder
            dup
            ldc "Basic "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.util.Base64.getEncoder:()Ljava/util/Base64$Encoder;
            aload 6 /* basic */
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            invokevirtual java.util.Base64$Encoder.encodeToString:([B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        end local 6 // java.lang.String basic
        10: .line 352
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getHeaders:()Lio/vertx/core/json/JsonObject;
            astore 6 /* tmp */
        start local 6 // io.vertx.core.json.JsonObject tmp
        11: .line 353
            aload 6 /* tmp */
            ifnull 13
        12: .line 354
            aload 4 /* headers */
            aload 6 /* tmp */
            invokevirtual io.vertx.core.json.JsonObject.mergeIn:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
        13: .line 357
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 7 /* form */
        start local 7 // io.vertx.core.json.JsonObject form
        14: .line 359
            aload 7 /* form */
        15: .line 360
            ldc "token"
            aload 2 /* token */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
        16: .line 361
            ldc "token_type_hint"
            aload 1 /* tokenType */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        17: .line 363
            aload 4 /* headers */
            ldc "Content-Type"
            ldc "application/x-www-form-urlencoded"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        18: .line 364
            aload 7 /* form */
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.jsonToQuery:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/buffer/Buffer;
            astore 8 /* payload */
        start local 8 // io.vertx.core.buffer.Buffer payload
        19: .line 366
            aload 4 /* headers */
            ldc "Accept"
            ldc "application/json,application/x-www-form-urlencoded;q=0.9"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        20: .line 368
            aload 0 /* this */
        21: .line 369
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
        22: .line 370
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getRevocationPath:()Ljava/lang/String;
        23: .line 371
            aload 4 /* headers */
        24: .line 372
            aload 8 /* payload */
        25: .line 373
            aload 3 /* handler */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/auth/oauth2/impl/OAuth2API.lambda$3(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
        26: .line 368
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.fetch:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
        27: .line 388
            return
        end local 8 // io.vertx.core.buffer.Buffer payload
        end local 7 // io.vertx.core.json.JsonObject form
        end local 6 // io.vertx.core.json.JsonObject tmp
        end local 5 // boolean confidentialClient
        end local 4 // io.vertx.core.json.JsonObject headers
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String token
        end local 1 // java.lang.String tokenType
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   28     0                this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   28     1           tokenType  Ljava/lang/String;
            0   28     2               token  Ljava/lang/String;
            0   28     3             handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            4   28     4             headers  Lio/vertx/core/json/JsonObject;
            7   28     5  confidentialClient  Z
            9   10     6               basic  Ljava/lang/String;
           11   28     6                 tmp  Lio/vertx/core/json/JsonObject;
           14   28     7                form  Lio/vertx/core/json/JsonObject;
           19   28     8             payload  Lio/vertx/core/buffer/Buffer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
           Name  Flags
      tokenType  
      token      
      handler    

  public void userInfo(java.lang.String, io.vertx.ext.auth.impl.jose.JWT, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/auth/impl/jose/JWT;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=4
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // java.lang.String accessToken
        start local 2 // io.vertx.ext.auth.impl.jose.JWT jwt
        start local 3 // io.vertx.core.Handler handler
         0: .line 396
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 4 /* headers */
        start local 4 // io.vertx.core.json.JsonObject headers
         1: .line 397
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getUserInfoParameters:()Lio/vertx/core/json/JsonObject;
            astore 5 /* extraParams */
        start local 5 // io.vertx.core.json.JsonObject extraParams
         2: .line 398
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getUserInfoPath:()Ljava/lang/String;
            astore 6 /* path */
        start local 6 // java.lang.String path
         3: .line 400
            aload 6 /* path */
            ifnonnull 6
         4: .line 401
            aload 3 /* handler */
            ldc "userInfo path is not configured"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 402
            return
         6: .line 405
      StackMap locals: io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject java.lang.String
      StackMap stack:
            aload 5 /* extraParams */
            ifnull 8
         7: .line 406
            new java.lang.StringBuilder
            dup
            aload 6 /* path */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "?"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* extraParams */
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.jsonToQuery:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 6 /* path */
         8: .line 409
      StackMap locals:
      StackMap stack:
            aload 4 /* headers */
            ldc "Authorization"
            new java.lang.StringBuilder
            dup
            ldc "Bearer "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* accessToken */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         9: .line 411
            aload 4 /* headers */
            ldc "Accept"
            ldc "application/json,application/jwt,application/x-www-form-urlencoded;q=0.9"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        10: .line 413
            aload 0 /* this */
        11: .line 414
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
        12: .line 415
            aload 6 /* path */
        13: .line 416
            aload 4 /* headers */
        14: .line 417
            aconst_null
        15: .line 418
            aload 0 /* this */
            aload 3 /* handler */
            aload 2 /* jwt */
            invokedynamic handle(Lio/vertx/ext/auth/oauth2/impl/OAuth2API;Lio/vertx/core/Handler;Lio/vertx/ext/auth/impl/jose/JWT;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/auth/oauth2/impl/OAuth2API.lambda$4(Lio/vertx/core/Handler;Lio/vertx/ext/auth/impl/jose/JWT;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
        16: .line 413
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.fetch:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
        17: .line 460
            return
        end local 6 // java.lang.String path
        end local 5 // io.vertx.core.json.JsonObject extraParams
        end local 4 // io.vertx.core.json.JsonObject headers
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.ext.auth.impl.jose.JWT jwt
        end local 1 // java.lang.String accessToken
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   18     1  accessToken  Ljava/lang/String;
            0   18     2          jwt  Lio/vertx/ext/auth/impl/jose/JWT;
            0   18     3      handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
            1   18     4      headers  Lio/vertx/core/json/JsonObject;
            2   18     5  extraParams  Lio/vertx/core/json/JsonObject;
            3   18     6         path  Ljava/lang/String;
    Signature: (Ljava/lang/String;Lio/vertx/ext/auth/impl/jose/JWT;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)V
    MethodParameters:
             Name  Flags
      accessToken  
      jwt          
      handler      

  public java.lang.String endSessionURL(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // java.lang.String idToken
        start local 2 // io.vertx.core.json.JsonObject params
         0: .line 468
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getLogoutPath:()Ljava/lang/String;
            astore 3 /* path */
        start local 3 // java.lang.String path
         1: .line 470
            aload 3 /* path */
            ifnonnull 3
         2: .line 472
            aconst_null
            areturn
         3: .line 475
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* params */
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
            astore 4 /* query */
        start local 4 // io.vertx.core.json.JsonObject query
         4: .line 477
            aload 1 /* idToken */
            ifnull 6
         5: .line 478
            aload 4 /* query */
            ldc "id_token_hint"
            aload 1 /* idToken */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         6: .line 481
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 3 /* path */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 47
            if_icmpne 7
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getSite:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* path */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 3 /* path */
      StackMap locals:
      StackMap stack: java.lang.String
         8: astore 5 /* url */
        start local 5 // java.lang.String url
         9: .line 483
            new java.lang.StringBuilder
            dup
            aload 5 /* url */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 63
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 4 /* query */
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.jsonToQuery:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 5 // java.lang.String url
        end local 4 // io.vertx.core.json.JsonObject query
        end local 3 // java.lang.String path
        end local 2 // io.vertx.core.json.JsonObject params
        end local 1 // java.lang.String idToken
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   10     1  idToken  Ljava/lang/String;
            0   10     2   params  Lio/vertx/core/json/JsonObject;
            1   10     3     path  Ljava/lang/String;
            4   10     4    query  Lio/vertx/core/json/JsonObject;
            9   10     5      url  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      idToken  
      params   

  public void logout(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // java.lang.String accessToken
        start local 2 // java.lang.String refreshToken
        start local 3 // io.vertx.core.Handler callback
         0: .line 492
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 4 /* headers */
        start local 4 // io.vertx.core.json.JsonObject headers
         1: .line 494
            aload 4 /* headers */
            ldc "Authorization"
            new java.lang.StringBuilder
            dup
            ldc "Bearer "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* accessToken */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         2: .line 496
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getHeaders:()Lio/vertx/core/json/JsonObject;
            astore 5 /* tmp */
        start local 5 // io.vertx.core.json.JsonObject tmp
         3: .line 498
            aload 5 /* tmp */
            ifnull 5
         4: .line 499
            aload 4 /* headers */
            aload 5 /* tmp */
            invokevirtual io.vertx.core.json.JsonObject.mergeIn:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
         5: .line 502
      StackMap locals: io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 6 /* form */
        start local 6 // io.vertx.core.json.JsonObject form
         6: .line 504
            aload 6 /* form */
            ldc "client_id"
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientID:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         7: .line 506
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecretParameterName:()Ljava/lang/String;
            ifnull 9
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecret:()Ljava/lang/String;
            ifnull 9
         8: .line 507
            aload 6 /* form */
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecretParameterName:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getClientSecret:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         9: .line 510
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 2 /* refreshToken */
            ifnull 11
        10: .line 511
            aload 6 /* form */
            ldc "refresh_token"
            aload 2 /* refreshToken */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        11: .line 514
      StackMap locals:
      StackMap stack:
            aload 4 /* headers */
            ldc "Content-Type"
            ldc "application/x-www-form-urlencoded"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        12: .line 515
            aload 6 /* form */
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.jsonToQuery:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/buffer/Buffer;
            astore 7 /* payload */
        start local 7 // io.vertx.core.buffer.Buffer payload
        13: .line 517
            aload 4 /* headers */
            ldc "Accept"
            ldc "application/json,application/x-www-form-urlencoded;q=0.9"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        14: .line 519
            aload 0 /* this */
        15: .line 520
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
        16: .line 521
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getLogoutPath:()Ljava/lang/String;
        17: .line 522
            aload 4 /* headers */
        18: .line 523
            aload 7 /* payload */
        19: .line 524
            aload 3 /* callback */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/auth/oauth2/impl/OAuth2API.lambda$5(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
        20: .line 519
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.fetch:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
        21: .line 531
            return
        end local 7 // io.vertx.core.buffer.Buffer payload
        end local 6 // io.vertx.core.json.JsonObject form
        end local 5 // io.vertx.core.json.JsonObject tmp
        end local 4 // io.vertx.core.json.JsonObject headers
        end local 3 // io.vertx.core.Handler callback
        end local 2 // java.lang.String refreshToken
        end local 1 // java.lang.String accessToken
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   22     1   accessToken  Ljava/lang/String;
            0   22     2  refreshToken  Ljava/lang/String;
            0   22     3      callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1   22     4       headers  Lio/vertx/core/json/JsonObject;
            3   22     5           tmp  Lio/vertx/core/json/JsonObject;
            6   22     6          form  Lio/vertx/core/json/JsonObject;
           13   22     7       payload  Lio/vertx/core/buffer/Buffer;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
              Name  Flags
      accessToken   
      refreshToken  
      callback      

  private java.lang.String extractErrorDescription(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 535
            aload 1 /* json */
            ldc "error"
            invokevirtual io.vertx.core.json.JsonObject.getValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* error */
        start local 3 // java.lang.Object error
         1: .line 536
            aload 3 /* error */
            instanceof io.vertx.core.json.JsonObject
            ifeq 4
         2: .line 537
            aload 3 /* error */
            checkcast io.vertx.core.json.JsonObject
            ldc "message"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* description */
        start local 2 // java.lang.String description
         3: .line 538
            goto 8
        end local 2 // java.lang.String description
         4: .line 541
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.json.JsonObject top java.lang.Object
      StackMap stack:
            aload 1 /* json */
            ldc "error_description"
            aload 1 /* json */
            ldc "error"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* description */
        start local 2 // java.lang.String description
         5: .line 542
            goto 8
        end local 2 // java.lang.String description
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         6: pop
         7: .line 543
            aload 3 /* error */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 2 /* description */
        start local 2 // java.lang.String description
         8: .line 546
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.json.JsonObject java.lang.String java.lang.Object
      StackMap stack:
            aload 2 /* description */
            areturn
        end local 3 // java.lang.Object error
        end local 2 // java.lang.String description
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0    9     1         json  Lio/vertx/core/json/JsonObject;
            3    4     2  description  Ljava/lang/String;
            5    6     2  description  Ljava/lang/String;
            8    9     2  description  Ljava/lang/String;
            1    9     3        error  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.RuntimeException
    MethodParameters:
      Name  Flags
      json  

  public void fetch(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.oauth2.impl.OAuth2Response>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=6
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
        start local 3 // io.vertx.core.json.JsonObject headers
        start local 4 // io.vertx.core.buffer.Buffer payload
        start local 5 // io.vertx.core.Handler callback
         0: .line 551
            aload 2 /* path */
            ifnull 1
            aload 2 /* path */
            invokevirtual java.lang.String.length:()I
            ifne 3
         1: .line 553
      StackMap locals:
      StackMap stack:
            aload 5 /* callback */
            ldc "Invalid path"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 554
            return
         3: .line 557
      StackMap locals:
      StackMap stack:
            aload 2 /* path */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 47
            if_icmpne 4
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getSite:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* path */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 2 /* path */
      StackMap locals:
      StackMap stack: java.lang.String
         5: astore 6 /* url */
        start local 6 // java.lang.String url
         6: .line 558
            getstatic io.vertx.ext.auth.oauth2.impl.OAuth2API.LOG:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Fetching URL: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* url */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.impl.logging.Logger.debug:(Ljava/lang/Object;)V
         7: .line 560
            new io.vertx.core.http.RequestOptions
            dup
            invokespecial io.vertx.core.http.RequestOptions.<init>:()V
            aload 1 /* method */
            invokevirtual io.vertx.core.http.RequestOptions.setMethod:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/core/http/RequestOptions;
            aload 6 /* url */
            invokevirtual io.vertx.core.http.RequestOptions.setAbsoluteURI:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            astore 7 /* options */
        start local 7 // io.vertx.core.http.RequestOptions options
         8: .line 563
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getHeaders:()Lio/vertx/core/json/JsonObject;
            astore 8 /* tmp */
        start local 8 // io.vertx.core.json.JsonObject tmp
         9: .line 564
            aload 8 /* tmp */
            ifnull 14
        10: .line 565
            aload 8 /* tmp */
            invokevirtual io.vertx.core.json.JsonObject.iterator:()Ljava/util/Iterator;
            astore 10
            goto 13
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.http.HttpMethod java.lang.String io.vertx.core.json.JsonObject io.vertx.core.buffer.Buffer io.vertx.core.Handler java.lang.String io.vertx.core.http.RequestOptions io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
        11: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 9 /* kv */
        start local 9 // java.util.Map$Entry kv
        12: .line 566
            aload 7 /* options */
            aload 9 /* kv */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 9 /* kv */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.http.RequestOptions.addHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            pop
        end local 9 // java.util.Map$Entry kv
        13: .line 565
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 570
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.http.HttpMethod java.lang.String io.vertx.core.json.JsonObject io.vertx.core.buffer.Buffer io.vertx.core.Handler java.lang.String io.vertx.core.http.RequestOptions io.vertx.core.json.JsonObject
      StackMap stack:
            aload 3 /* headers */
            ifnull 19
        15: .line 571
            aload 3 /* headers */
            invokevirtual io.vertx.core.json.JsonObject.iterator:()Ljava/util/Iterator;
            astore 10
            goto 18
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.http.HttpMethod java.lang.String io.vertx.core.json.JsonObject io.vertx.core.buffer.Buffer io.vertx.core.Handler java.lang.String io.vertx.core.http.RequestOptions io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
        16: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 9 /* kv */
        start local 9 // java.util.Map$Entry kv
        17: .line 572
            aload 7 /* options */
            aload 9 /* kv */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 9 /* kv */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.http.RequestOptions.addHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            pop
        end local 9 // java.util.Map$Entry kv
        18: .line 571
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        19: .line 577
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.http.HttpMethod java.lang.String io.vertx.core.json.JsonObject io.vertx.core.buffer.Buffer io.vertx.core.Handler java.lang.String io.vertx.core.http.RequestOptions io.vertx.core.json.JsonObject
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getUserAgent:()Ljava/lang/String;
            ifnull 21
        20: .line 578
            aload 7 /* options */
            ldc "User-Agent"
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getUserAgent:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.RequestOptions.addHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            pop
        21: .line 581
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
            if_acmpeq 23
            aload 1 /* method */
            getstatic io.vertx.core.http.HttpMethod.PATCH:Lio/vertx/core/http/HttpMethod;
            if_acmpeq 23
            aload 1 /* method */
            getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
            if_acmpeq 23
        22: .line 582
            aconst_null
            astore 4 /* payload */
        23: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* options */
            aload 4 /* payload */
            aload 5 /* callback */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.makeRequest:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
        24: .line 587
            return
        end local 8 // io.vertx.core.json.JsonObject tmp
        end local 7 // io.vertx.core.http.RequestOptions options
        end local 6 // java.lang.String url
        end local 5 // io.vertx.core.Handler callback
        end local 4 // io.vertx.core.buffer.Buffer payload
        end local 3 // io.vertx.core.json.JsonObject headers
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   25     1    method  Lio/vertx/core/http/HttpMethod;
            0   25     2      path  Ljava/lang/String;
            0   25     3   headers  Lio/vertx/core/json/JsonObject;
            0   25     4   payload  Lio/vertx/core/buffer/Buffer;
            0   25     5  callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;>;
            6   25     6       url  Ljava/lang/String;
            8   25     7   options  Lio/vertx/core/http/RequestOptions;
            9   25     8       tmp  Lio/vertx/core/json/JsonObject;
           12   13     9        kv  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Object;>;
           17   18     9        kv  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;>;)V
    MethodParameters:
          Name  Flags
      method    
      path      
      headers   
      payload   
      callback  

  private void makeRequest(io.vertx.core.http.RequestOptions, io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.auth.oauth2.impl.OAuth2Response>>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.buffer.Buffer payload
        start local 3 // io.vertx.core.Handler callback
         0: .line 590
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.client:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 3 /* callback */
            aload 2 /* payload */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/auth/oauth2/impl/OAuth2API.lambda$6(Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
         1: .line 632
            return
        end local 3 // io.vertx.core.Handler callback
        end local 2 // io.vertx.core.buffer.Buffer payload
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0    2     1   options  Lio/vertx/core/http/RequestOptions;
            0    2     2   payload  Lio/vertx/core/buffer/Buffer;
            0    2     3  callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;>;)V
    MethodParameters:
          Name  Flags
      options   
      payload   
      callback  final

  public static void processNonStandardHeaders(io.vertx.core.json.JsonObject, io.vertx.ext.auth.oauth2.impl.OAuth2Response, java.lang.String);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // io.vertx.core.json.JsonObject json
        start local 1 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
        start local 2 // java.lang.String sep
         0: .line 637
            aload 1 /* reply */
            ldc "X-OAuth-Scopes"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* xOAuthScopes */
        start local 3 // java.lang.String xOAuthScopes
         1: .line 638
            aload 1 /* reply */
            ldc "X-Accepted-OAuth-Scopes"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.getHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* xAcceptedOAuthScopes */
        start local 4 // java.lang.String xAcceptedOAuthScopes
         2: .line 640
            aload 3 /* xOAuthScopes */
            ifnull 8
         3: .line 641
            getstatic io.vertx.ext.auth.oauth2.impl.OAuth2API.LOG:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Received non-standard X-OAuth-Scopes: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* xOAuthScopes */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.impl.logging.Logger.trace:(Ljava/lang/Object;)V
         4: .line 642
            aload 0 /* json */
            ldc "scope"
            invokevirtual io.vertx.core.json.JsonObject.containsKey:(Ljava/lang/String;)Z
            ifeq 7
         5: .line 643
            aload 0 /* json */
            ldc "scope"
            new java.lang.StringBuilder
            dup
            aload 0 /* json */
            ldc "scope"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* sep */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* xOAuthScopes */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         6: .line 644
            goto 8
         7: .line 645
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* json */
            ldc "scope"
            aload 3 /* xOAuthScopes */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         8: .line 649
      StackMap locals:
      StackMap stack:
            aload 4 /* xAcceptedOAuthScopes */
            ifnull 11
         9: .line 650
            getstatic io.vertx.ext.auth.oauth2.impl.OAuth2API.LOG:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Received non-standard X-Accepted-OAuth-Scopes: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* xAcceptedOAuthScopes */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.impl.logging.Logger.trace:(Ljava/lang/Object;)V
        10: .line 651
            aload 0 /* json */
            ldc "acceptedScopes"
            aload 4 /* xAcceptedOAuthScopes */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        11: .line 653
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String xAcceptedOAuthScopes
        end local 3 // java.lang.String xOAuthScopes
        end local 2 // java.lang.String sep
        end local 1 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
        end local 0 // io.vertx.core.json.JsonObject json
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  json  Lio/vertx/core/json/JsonObject;
            0   12     1                 reply  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
            0   12     2                   sep  Ljava/lang/String;
            1   12     3          xOAuthScopes  Ljava/lang/String;
            2   12     4  xAcceptedOAuthScopes  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      json   
      reply  
      sep    

  private void lambda$0(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 71
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 72
            aload 1
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 73
            return
         3: .line 76
      StackMap locals:
      StackMap stack:
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.auth.oauth2.impl.OAuth2Response
            astore 3 /* reply */
        start local 3 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
         4: .line 78
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            ifnull 5
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifne 7
         5: .line 79
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2Response
      StackMap stack:
            aload 1
            ldc "No Body"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 80
            return
         7: .line 85
      StackMap locals:
      StackMap stack:
            aload 3 /* reply */
            ldc "application/jwk-set+json"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifne 8
            aload 3 /* reply */
            ldc "application/json"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifeq 13
         8: .line 87
      StackMap locals:
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokespecial io.vertx.core.json.JsonObject.<init>:(Lio/vertx/core/buffer/Buffer;)V
            astore 4 /* json */
        start local 4 // io.vertx.core.json.JsonObject json
         9: .line 88
            goto 15
        end local 4 // io.vertx.core.json.JsonObject json
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
        10: astore 5 /* e */
        start local 5 // java.lang.RuntimeException e
        11: .line 89
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        12: .line 90
            return
        end local 5 // java.lang.RuntimeException e
        13: .line 93
      StackMap locals:
      StackMap stack:
            aload 1
            new java.lang.StringBuilder
            dup
            ldc "Cannot handle content type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:()Lio/vertx/core/MultiMap;
            ldc "Content-Type"
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        14: .line 94
            return
        start local 4 // io.vertx.core.json.JsonObject json
        15: .line 98
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 4 /* json */
            ldc "error"
            invokevirtual io.vertx.core.json.JsonObject.containsKey:(Ljava/lang/String;)Z
            ifeq 18
        16: .line 99
            aload 1
            aload 0 /* this */
            aload 4 /* json */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.extractErrorDescription:(Lio/vertx/core/json/JsonObject;)Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        17: .line 100
            goto 33
        18: .line 102
      StackMap locals:
      StackMap stack:
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:()Lio/vertx/core/MultiMap;
            getstatic io.vertx.core.http.HttpHeaders.CACHE_CONTROL:Ljava/lang/CharSequence;
            invokeinterface io.vertx.core.MultiMap.getAll:(Ljava/lang/CharSequence;)Ljava/util/List;
            astore 5 /* cacheControl */
        start local 5 // java.util.List cacheControl
        19: .line 103
            aload 5 /* cacheControl */
            ifnull 29
        20: .line 104
            aload 5 /* cacheControl */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 28
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.ext.auth.oauth2.impl.OAuth2Response io.vertx.core.json.JsonObject java.util.List top java.util.Iterator
      StackMap stack:
        21: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* header */
        start local 6 // java.lang.String header
        22: .line 106
            aload 6 /* header */
            invokevirtual java.lang.String.length:()I
            bipush 8
            if_icmple 28
        23: .line 107
            getstatic io.vertx.ext.auth.oauth2.impl.OAuth2API.MAX_AGE:Ljava/util/regex/Pattern;
            aload 6 /* header */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            astore 8 /* match */
        start local 8 // java.util.regex.Matcher match
        24: .line 108
            aload 8 /* match */
            invokevirtual java.util.regex.Matcher.find:()Z
            ifeq 28
        25: .line 110
            aload 4 /* json */
            ldc "maxAge"
            aload 8 /* match */
            iconst_1
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            invokestatic java.lang.Long.valueOf:(Ljava/lang/String;)Ljava/lang/Long;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        26: .line 111
            goto 29
        27: .line 112
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.ext.auth.oauth2.impl.OAuth2Response io.vertx.core.json.JsonObject java.util.List java.lang.String java.util.Iterator java.util.regex.Matcher
      StackMap stack: java.lang.RuntimeException
            pop
        end local 8 // java.util.regex.Matcher match
        end local 6 // java.lang.String header
        28: .line 104
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.ext.auth.oauth2.impl.OAuth2Response io.vertx.core.json.JsonObject java.util.List top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        29: .line 119
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.ext.auth.oauth2.impl.OAuth2Response io.vertx.core.json.JsonObject java.util.List
      StackMap stack:
            aload 1
            aload 4 /* json */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // java.util.List cacheControl
        30: .line 121
            goto 33
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.ext.auth.oauth2.impl.OAuth2Response io.vertx.core.json.JsonObject
      StackMap stack: java.lang.RuntimeException
        31: astore 5 /* e */
        start local 5 // java.lang.RuntimeException e
        32: .line 122
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // java.lang.RuntimeException e
        end local 4 // io.vertx.core.json.JsonObject json
        end local 3 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
        33: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   34     0          this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   34     2           res  Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;
            4   33     3         reply  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
            9   10     4          json  Lio/vertx/core/json/JsonObject;
           15   33     4          json  Lio/vertx/core/json/JsonObject;
           11   13     5             e  Ljava/lang/RuntimeException;
           19   30     5  cacheControl  Ljava/util/List<Ljava/lang/String;>;
           22   28     6        header  Ljava/lang/String;
           24   28     8         match  Ljava/util/regex/Matcher;
           32   33     5             e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           8     9      10  Class java.lang.RuntimeException
          25    26      27  Class java.lang.RuntimeException
          15    30      31  Class java.lang.RuntimeException

  private void lambda$1(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 204
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 205
            aload 1
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 206
            return
         3: .line 209
      StackMap locals:
      StackMap stack:
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.auth.oauth2.impl.OAuth2Response
            astore 3 /* reply */
        start local 3 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
         4: .line 211
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            ifnull 5
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifne 7
         5: .line 212
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2Response
      StackMap stack:
            aload 1
            ldc "No Body"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 213
            return
         7: .line 218
      StackMap locals:
      StackMap stack:
            aload 3 /* reply */
            ldc "application/json"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifeq 13
         8: .line 220
            new io.vertx.core.json.JsonObject
            dup
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokespecial io.vertx.core.json.JsonObject.<init>:(Lio/vertx/core/buffer/Buffer;)V
            astore 4 /* json */
        start local 4 // io.vertx.core.json.JsonObject json
         9: .line 221
            goto 21
        end local 4 // io.vertx.core.json.JsonObject json
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
        10: astore 5 /* e */
        start local 5 // java.lang.RuntimeException e
        11: .line 222
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        12: .line 223
            return
        end local 5 // java.lang.RuntimeException e
        13: .line 225
      StackMap locals:
      StackMap stack:
            aload 3 /* reply */
            ldc "application/x-www-form-urlencoded"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifne 14
            aload 3 /* reply */
            ldc "text/plain"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifeq 19
        14: .line 227
      StackMap locals:
      StackMap stack:
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.queryToJson:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/json/JsonObject;
            astore 4 /* json */
        start local 4 // io.vertx.core.json.JsonObject json
        15: .line 228
            goto 21
        end local 4 // io.vertx.core.json.JsonObject json
      StackMap locals:
      StackMap stack: java.lang.Exception
        16: astore 5 /* e */
        start local 5 // java.lang.Exception e
        17: .line 229
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        18: .line 230
            return
        end local 5 // java.lang.Exception e
        19: .line 233
      StackMap locals:
      StackMap stack:
            aload 1
            new java.lang.StringBuilder
            dup
            ldc "Cannot handle content type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:()Lio/vertx/core/MultiMap;
            ldc "Content-Type"
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        20: .line 234
            return
        start local 4 // io.vertx.core.json.JsonObject json
        21: .line 238
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 4 /* json */
            ldc "error"
            invokevirtual io.vertx.core.json.JsonObject.containsKey:(Ljava/lang/String;)Z
            ifeq 24
        22: .line 239
            aload 1
            aload 0 /* this */
            aload 4 /* json */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.extractErrorDescription:(Lio/vertx/core/json/JsonObject;)Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        23: .line 240
            goto 29
        24: .line 241
      StackMap locals:
      StackMap stack:
            aload 4 /* json */
            aload 3 /* reply */
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getScopeSeparator:()Ljava/lang/String;
            invokestatic io.vertx.ext.auth.oauth2.impl.OAuth2API.processNonStandardHeaders:(Lio/vertx/core/json/JsonObject;Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;Ljava/lang/String;)V
        25: .line 242
            aload 1
            aload 4 /* json */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        26: .line 244
            goto 29
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
        27: astore 5 /* e */
        start local 5 // java.lang.RuntimeException e
        28: .line 245
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // java.lang.RuntimeException e
        end local 4 // io.vertx.core.json.JsonObject json
        end local 3 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
        29: .line 247
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   30     0   this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   30     2    res  Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;
            4   29     3  reply  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
            9   10     4   json  Lio/vertx/core/json/JsonObject;
           15   16     4   json  Lio/vertx/core/json/JsonObject;
           21   29     4   json  Lio/vertx/core/json/JsonObject;
           11   13     5      e  Ljava/lang/RuntimeException;
           17   19     5      e  Ljava/lang/Exception;
           28   29     5      e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           8     9      10  Class java.lang.RuntimeException
          14    15      16  Class java.io.UnsupportedEncodingException
          14    15      16  Class java.lang.RuntimeException
          21    26      27  Class java.lang.RuntimeException

  private void lambda$2(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 286
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 287
            aload 1
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 288
            return
         3: .line 291
      StackMap locals:
      StackMap stack:
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.auth.oauth2.impl.OAuth2Response
            astore 3 /* reply */
        start local 3 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
         4: .line 293
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            ifnull 5
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifne 7
         5: .line 294
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2Response
      StackMap stack:
            aload 1
            ldc "No Body"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 295
            return
         7: .line 300
      StackMap locals:
      StackMap stack:
            aload 3 /* reply */
            ldc "application/json"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifeq 13
         8: .line 302
            new io.vertx.core.json.JsonObject
            dup
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokespecial io.vertx.core.json.JsonObject.<init>:(Lio/vertx/core/buffer/Buffer;)V
            astore 4 /* json */
        start local 4 // io.vertx.core.json.JsonObject json
         9: .line 303
            goto 21
        end local 4 // io.vertx.core.json.JsonObject json
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
        10: astore 5 /* e */
        start local 5 // java.lang.RuntimeException e
        11: .line 304
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        12: .line 305
            return
        end local 5 // java.lang.RuntimeException e
        13: .line 307
      StackMap locals:
      StackMap stack:
            aload 3 /* reply */
            ldc "application/x-www-form-urlencoded"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifne 14
            aload 3 /* reply */
            ldc "text/plain"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifeq 19
        14: .line 309
      StackMap locals:
      StackMap stack:
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.queryToJson:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/json/JsonObject;
            astore 4 /* json */
        start local 4 // io.vertx.core.json.JsonObject json
        15: .line 310
            goto 21
        end local 4 // io.vertx.core.json.JsonObject json
      StackMap locals:
      StackMap stack: java.lang.Exception
        16: astore 5 /* e */
        start local 5 // java.lang.Exception e
        17: .line 311
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        18: .line 312
            return
        end local 5 // java.lang.Exception e
        19: .line 315
      StackMap locals:
      StackMap stack:
            aload 1
            new java.lang.StringBuilder
            dup
            ldc "Cannot handle accessToken type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:()Lio/vertx/core/MultiMap;
            ldc "Content-Type"
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        20: .line 316
            return
        start local 4 // io.vertx.core.json.JsonObject json
        21: .line 320
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 4 /* json */
            ldc "error"
            invokevirtual io.vertx.core.json.JsonObject.containsKey:(Ljava/lang/String;)Z
            ifeq 24
        22: .line 321
            aload 1
            aload 0 /* this */
            aload 4 /* json */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2API.extractErrorDescription:(Lio/vertx/core/json/JsonObject;)Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        23: .line 322
            goto 29
        24: .line 323
      StackMap locals:
      StackMap stack:
            aload 4 /* json */
            aload 3 /* reply */
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getScopeSeparator:()Ljava/lang/String;
            invokestatic io.vertx.ext.auth.oauth2.impl.OAuth2API.processNonStandardHeaders:(Lio/vertx/core/json/JsonObject;Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;Ljava/lang/String;)V
        25: .line 324
            aload 1
            aload 4 /* json */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        26: .line 326
            goto 29
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
        27: astore 5 /* e */
        start local 5 // java.lang.RuntimeException e
        28: .line 327
            aload 1
            aload 5 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // java.lang.RuntimeException e
        end local 4 // io.vertx.core.json.JsonObject json
        end local 3 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
        29: .line 329
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   30     0   this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   30     2    res  Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;
            4   29     3  reply  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
            9   10     4   json  Lio/vertx/core/json/JsonObject;
           15   16     4   json  Lio/vertx/core/json/JsonObject;
           21   29     4   json  Lio/vertx/core/json/JsonObject;
           11   13     5      e  Ljava/lang/RuntimeException;
           17   19     5      e  Ljava/lang/Exception;
           28   29     5      e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           8     9      10  Class java.lang.RuntimeException
          14    15      16  Class java.io.UnsupportedEncodingException
          14    15      16  Class java.lang.RuntimeException
          21    26      27  Class java.lang.RuntimeException

  private static void lambda$3(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 1 // io.vertx.core.AsyncResult res
         0: .line 374
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 375
            aload 0
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 376
            return
         3: .line 379
      StackMap locals:
      StackMap stack:
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.auth.oauth2.impl.OAuth2Response
            astore 2 /* reply */
        start local 2 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
         4: .line 381
            aload 2 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            ifnonnull 7
         5: .line 382
            aload 0
            ldc "No Body"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 383
            return
         7: .line 386
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2Response
      StackMap stack:
            aload 0
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
         8: .line 387
            return
        end local 1 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     1    res  Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;
            4    8     2  reply  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;

  private void lambda$4(io.vertx.core.Handler, io.vertx.ext.auth.impl.jose.JWT, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/ext/auth/impl/jose/JWT;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
        start local 3 // io.vertx.core.AsyncResult fetch
         0: .line 419
            aload 3 /* fetch */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 420
            aload 1
            aload 3 /* fetch */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 421
            return
         3: .line 424
      StackMap locals:
      StackMap stack:
            aload 3 /* fetch */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.auth.oauth2.impl.OAuth2Response
            astore 4 /* reply */
        start local 4 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
         4: .line 428
            aload 4 /* reply */
            ldc "application/json"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifeq 10
         5: .line 431
            new io.vertx.core.json.JsonObject
            dup
            aload 4 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokespecial io.vertx.core.json.JsonObject.<init>:(Lio/vertx/core/buffer/Buffer;)V
            astore 5 /* userInfo */
        start local 5 // io.vertx.core.json.JsonObject userInfo
         6: .line 432
            goto 24
        end local 5 // io.vertx.core.json.JsonObject userInfo
      StackMap locals: io.vertx.ext.auth.oauth2.impl.OAuth2API io.vertx.core.Handler io.vertx.ext.auth.impl.jose.JWT io.vertx.core.AsyncResult io.vertx.ext.auth.oauth2.impl.OAuth2Response
      StackMap stack: java.lang.RuntimeException
         7: astore 6 /* e */
        start local 6 // java.lang.RuntimeException e
         8: .line 433
            aload 1
            aload 6 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 434
            return
        end local 6 // java.lang.RuntimeException e
        10: .line 436
      StackMap locals:
      StackMap stack:
            aload 4 /* reply */
            ldc "application/jwt"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifeq 16
        11: .line 439
            aload 2
            aload 4 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokeinterface io.vertx.core.buffer.Buffer.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            invokevirtual io.vertx.ext.auth.impl.jose.JWT.decode:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            astore 5 /* userInfo */
        start local 5 // io.vertx.core.json.JsonObject userInfo
        12: .line 440
            goto 24
        end local 5 // io.vertx.core.json.JsonObject userInfo
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
        13: astore 6 /* e */
        start local 6 // java.lang.RuntimeException e
        14: .line 441
            aload 1
            aload 6 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        15: .line 442
            return
        end local 6 // java.lang.RuntimeException e
        16: .line 444
      StackMap locals:
      StackMap stack:
            aload 4 /* reply */
            ldc "application/x-www-form-urlencoded"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifne 17
            aload 4 /* reply */
            ldc "text/plain"
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.is:(Ljava/lang/String;)Z
            ifeq 22
        17: .line 447
      StackMap locals:
      StackMap stack:
            aload 4 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.ext.auth.impl.http.SimpleHttpClient.queryToJson:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/json/JsonObject;
            astore 5 /* userInfo */
        start local 5 // io.vertx.core.json.JsonObject userInfo
        18: .line 448
            goto 24
        end local 5 // io.vertx.core.json.JsonObject userInfo
      StackMap locals:
      StackMap stack: java.lang.Exception
        19: astore 6 /* e */
        start local 6 // java.lang.Exception e
        20: .line 449
            aload 1
            aload 6 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        21: .line 450
            return
        end local 6 // java.lang.Exception e
        22: .line 453
      StackMap locals:
      StackMap stack:
            aload 1
            new java.lang.StringBuilder
            dup
            ldc "Cannot handle Content-Type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* reply */
            invokevirtual io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:()Lio/vertx/core/MultiMap;
            ldc "Content-Type"
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        23: .line 454
            return
        start local 5 // io.vertx.core.json.JsonObject userInfo
        24: .line 457
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 5 /* userInfo */
            aload 4 /* reply */
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2API.config:Lio/vertx/ext/auth/oauth2/OAuth2Options;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2Options.getScopeSeparator:()Ljava/lang/String;
            invokestatic io.vertx.ext.auth.oauth2.impl.OAuth2API.processNonStandardHeaders:(Lio/vertx/core/json/JsonObject;Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;Ljava/lang/String;)V
        25: .line 458
            aload 1
            aload 5 /* userInfo */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // io.vertx.core.json.JsonObject userInfo
        end local 4 // io.vertx.ext.auth.oauth2.impl.OAuth2Response reply
        26: .line 459
            return
        end local 3 // io.vertx.core.AsyncResult fetch
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2API this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   27     0      this  Lio/vertx/ext/auth/oauth2/impl/OAuth2API;
            0   27     3     fetch  Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;
            4   26     4     reply  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
            6    7     5  userInfo  Lio/vertx/core/json/JsonObject;
           12   13     5  userInfo  Lio/vertx/core/json/JsonObject;
           18   19     5  userInfo  Lio/vertx/core/json/JsonObject;
           24   26     5  userInfo  Lio/vertx/core/json/JsonObject;
            8   10     6         e  Ljava/lang/RuntimeException;
           14   16     6         e  Ljava/lang/RuntimeException;
           20   22     6         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.RuntimeException
          11    12      13  Class java.lang.RuntimeException
          17    18      19  Class java.lang.RuntimeException
          17    18      19  Class java.io.UnsupportedEncodingException

  private static void lambda$5(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult res
         0: .line 525
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 526
            aload 0
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 527
            goto 4
         3: .line 528
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* res */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 530
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult res
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1   res  Lio/vertx/core/AsyncResult<Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;>;

  private static void lambda$6(io.vertx.core.Handler, io.vertx.core.buffer.Buffer, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=3
        start local 2 // io.vertx.core.AsyncResult request
         0: .line 591
            aload 2 /* request */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 592
            aload 0
            aload 2 /* request */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 593
            return
         3: .line 596
      StackMap locals:
      StackMap stack:
            aload 2 /* request */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClientRequest
            astore 3 /* req */
        start local 3 // io.vertx.core.http.HttpClientRequest req
         4: .line 598
            aload 0
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/auth/oauth2/impl/OAuth2API.lambda$7(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            astore 4 /* resultHandler */
        start local 4 // io.vertx.core.Handler resultHandler
         5: .line 626
            aload 1
            ifnull 8
         6: .line 627
            aload 3 /* req */
            aload 1
            aload 4 /* resultHandler */
            invokeinterface io.vertx.core.http.HttpClientRequest.send:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         7: .line 628
            goto 9
         8: .line 629
      StackMap locals: io.vertx.core.http.HttpClientRequest io.vertx.core.Handler
      StackMap stack:
            aload 3 /* req */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.core.http.HttpClientRequest.send:(Lio/vertx/core/Handler;)V
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.core.http.HttpClientRequest req
         9: .line 631
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult request
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     2        request  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientRequest;>;
            4    9     3            req  Lio/vertx/core/http/HttpClientRequest;
            5    9     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientResponse;>;>;

  private static void lambda$7(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 1 // io.vertx.core.AsyncResult send
         0: .line 599
            aload 1 /* send */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 600
            aload 0
            aload 1 /* send */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 601
            return
         3: .line 604
      StackMap locals:
      StackMap stack:
            aload 1 /* send */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClientResponse
            astore 2 /* res */
        start local 2 // io.vertx.core.http.HttpClientResponse res
         4: .line 607
            aload 2 /* res */
            aload 2 /* res */
            aload 0
            invokedynamic handle(Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/auth/oauth2/impl/OAuth2API.lambda$8(Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.body:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
        end local 2 // io.vertx.core.http.HttpClientResponse res
         5: .line 623
            return
        end local 1 // io.vertx.core.AsyncResult send
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     1  send  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientResponse;>;
            4    5     2   res  Lio/vertx/core/http/HttpClientResponse;

  private static void lambda$8(io.vertx.core.http.HttpClientResponse, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=6, locals=4, args_size=3
        start local 2 // io.vertx.core.AsyncResult body
         0: .line 608
            aload 2 /* body */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 10
         1: .line 609
            aload 2 /* body */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.buffer.Buffer
            astore 3 /* value */
        start local 3 // io.vertx.core.buffer.Buffer value
         2: .line 610
            aload 0
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 200
            if_icmplt 3
            aload 0
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            sipush 300
            if_icmplt 8
         3: .line 611
      StackMap locals: io.vertx.core.buffer.Buffer
      StackMap stack:
            aload 3 /* value */
            ifnull 4
            aload 3 /* value */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifne 6
         4: .line 612
      StackMap locals:
      StackMap stack:
            aload 1
            aload 0
            invokeinterface io.vertx.core.http.HttpClientResponse.statusMessage:()Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 613
            goto 11
         6: .line 614
      StackMap locals:
      StackMap stack:
            aload 1
            new java.lang.StringBuilder
            dup
            aload 0
            invokeinterface io.vertx.core.http.HttpClientResponse.statusMessage:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* value */
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 616
            goto 11
         8: .line 617
      StackMap locals:
      StackMap stack:
            aload 1
            new io.vertx.ext.auth.oauth2.impl.OAuth2Response
            dup
            aload 0
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            aload 0
            invokeinterface io.vertx.core.http.HttpClientResponse.headers:()Lio/vertx/core/MultiMap;
            aload 3 /* value */
            invokespecial io.vertx.ext.auth.oauth2.impl.OAuth2Response.<init>:(ILio/vertx/core/MultiMap;Lio/vertx/core/buffer/Buffer;)V
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 3 // io.vertx.core.buffer.Buffer value
         9: .line 619
            goto 11
        10: .line 620
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* body */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        11: .line 622
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult body
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     2   body  Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;
            2    9     3  value  Lio/vertx/core/buffer/Buffer;
}
SourceFile: "OAuth2API.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public Encoder = java.util.Base64$Encoder of java.util.Base64
  public abstract Entry = java.util.Map$Entry of java.util.Map