public class io.vertx.reactivex.ext.auth.oauth2.AccessToken extends io.vertx.reactivex.ext.auth.User
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.auth.oauth2.AccessToken
  super_class: io.vertx.reactivex.ext.auth.User
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.auth.oauth2.AccessToken> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;>;

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

  private io.vertx.core.json.JsonObject cached_0;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonObject cached_1;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonObject cached_2;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 58
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/auth/oauth2/AccessToken.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 59
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/auth/oauth2/AccessToken.getDelegate()Lio/vertx/ext/auth/oauth2/AccessToken; (5)
                  (Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;)Ljava/lang/Object;
         2: .line 58
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.auth.oauth2.AccessToken.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 60
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // java.lang.Object o
         0: .line 47
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 48
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 49
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.auth.oauth2.AccessToken
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.auth.oauth2.AccessToken that
         4: .line 50
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.auth.oauth2.AccessToken that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;

  public void <init>(io.vertx.ext.auth.oauth2.AccessToken);
    descriptor: (Lio/vertx/ext/auth/oauth2/AccessToken;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // io.vertx.ext.auth.oauth2.AccessToken delegate
         0: .line 65
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial io.vertx.reactivex.ext.auth.User.<init>:(Lio/vertx/ext/auth/User;)V
         1: .line 66
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
         2: .line 67
            return
        end local 1 // io.vertx.ext.auth.oauth2.AccessToken delegate
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    3     1  delegate  Lio/vertx/ext/auth/oauth2/AccessToken;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.auth.oauth2.AccessToken getDelegate();
    descriptor: ()Lio/vertx/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 70
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            areturn
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;

  public boolean expired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.expired:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 79
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            1    2     1   ret  Z

  public io.vertx.core.json.JsonObject accessToken();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 87
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_0:Lio/vertx/core/json/JsonObject;
            ifnull 2
         1: .line 88
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_0:Lio/vertx/core/json/JsonObject;
            areturn
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.accessToken:()Lio/vertx/core/json/JsonObject;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonObject ret
         3: .line 91
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_0:Lio/vertx/core/json/JsonObject;
         4: .line 92
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            3    5     1   ret  Lio/vertx/core/json/JsonObject;

  public io.vertx.core.json.JsonObject refreshToken();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_1:Lio/vertx/core/json/JsonObject;
            ifnull 2
         1: .line 102
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_1:Lio/vertx/core/json/JsonObject;
            areturn
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.refreshToken:()Lio/vertx/core/json/JsonObject;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonObject ret
         3: .line 105
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_1:Lio/vertx/core/json/JsonObject;
         4: .line 106
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            3    5     1   ret  Lio/vertx/core/json/JsonObject;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.vertx.core.json.JsonObject idToken();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 114
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_2:Lio/vertx/core/json/JsonObject;
            ifnull 2
         1: .line 115
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_2:Lio/vertx/core/json/JsonObject;
            areturn
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.idToken:()Lio/vertx/core/json/JsonObject;
            astore 1 /* ret */
        start local 1 // io.vertx.core.json.JsonObject ret
         3: .line 118
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.cached_2:Lio/vertx/core/json/JsonObject;
         4: .line 119
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.json.JsonObject ret
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            3    5     1   ret  Lio/vertx/core/json/JsonObject;

  public java.lang.String opaqueAccessToken();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 127
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.opaqueAccessToken:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 128
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String opaqueRefreshToken();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 136
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.opaqueRefreshToken:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 137
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String opaqueIdToken();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 145
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.opaqueIdToken:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 146
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String tokenType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 150
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.tokenType:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 151
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.reactivex.ext.auth.oauth2.AccessToken setTrustJWT(boolean);
    descriptor: (Z)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // boolean trust
         0: .line 155
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            iload 1 /* trust */
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.setTrustJWT:(Z)Lio/vertx/ext/auth/oauth2/AccessToken;
            pop
         1: .line 156
            aload 0 /* this */
            areturn
        end local 1 // boolean trust
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    2     1  trust  Z
    MethodParameters:
       Name  Flags
      trust  

  public io.vertx.reactivex.ext.auth.oauth2.AccessToken refresh(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // io.vertx.core.Handler callback
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            aload 1 /* callback */
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.refresh:(Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
            pop
         1: .line 166
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler callback
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    2     1  callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
          Name  Flags
      callback  

  public io.reactivex.Completable rxRefresh();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 174
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;

  public io.vertx.reactivex.ext.auth.oauth2.AccessToken revoke(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // java.lang.String token_type
        start local 2 // io.vertx.core.Handler callback
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            aload 1 /* token_type */
            aload 2 /* callback */
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.revoke:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
            pop
         1: .line 187
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler callback
        end local 1 // java.lang.String token_type
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    2     1  token_type  Ljava/lang/String;
            0    2     2    callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
            Name  Flags
      token_type  
      callback    

  public io.reactivex.Completable rxRevoke(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 196
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
            Name  Flags
      token_type  

  public io.vertx.reactivex.ext.auth.oauth2.AccessToken logout(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // io.vertx.core.Handler callback
         0: .line 208
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            aload 1 /* callback */
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.logout:(Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
            pop
         1: .line 209
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler callback
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    2     1  callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
          Name  Flags
      callback  

  public io.reactivex.Completable rxLogout();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 218
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;

  public io.vertx.reactivex.ext.auth.oauth2.AccessToken introspect(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // io.vertx.core.Handler callback
         0: .line 229
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            aload 1 /* callback */
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.introspect:(Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
            pop
         1: .line 230
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler callback
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    2     1  callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
          Name  Flags
      callback  

  public io.reactivex.Completable rxIntrospect();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 238
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;

  public io.vertx.reactivex.ext.auth.oauth2.AccessToken introspect(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // java.lang.String tokenType
        start local 2 // io.vertx.core.Handler callback
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            aload 1 /* tokenType */
            aload 2 /* callback */
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.introspect:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
            pop
         1: .line 251
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler callback
        end local 1 // java.lang.String tokenType
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    2     1  tokenType  Ljava/lang/String;
            0    2     2   callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
           Name  Flags
      tokenType  
      callback   

  public io.reactivex.Completable rxIntrospect(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 260
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
           Name  Flags
      tokenType  

  public io.vertx.reactivex.ext.auth.oauth2.AccessToken userInfo(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // io.vertx.core.Handler callback
         0: .line 271
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            aload 1 /* callback */
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.userInfo:(Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
            pop
         1: .line 272
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler callback
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    2     1  callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
          Name  Flags
      callback  

  public io.reactivex.Single<io.vertx.core.json.JsonObject> rxUserInfo();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    Signature: ()Lio/reactivex/Single<Lio/vertx/core/json/JsonObject;>;

  public io.vertx.reactivex.ext.auth.oauth2.AccessToken fetch(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.oauth2.OAuth2Response>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // java.lang.String resource
        start local 2 // io.vertx.core.Handler callback
         0: .line 292
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            aload 1 /* resource */
            new io.vertx.reactivex.ext.auth.oauth2.AccessToken$1
            dup
            aload 0 /* this */
            aload 2 /* callback */
            invokespecial io.vertx.reactivex.ext.auth.oauth2.AccessToken$1.<init>:(Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.fetch:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
            pop
         1: .line 301
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler callback
        end local 1 // java.lang.String resource
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    2     1  resource  Ljava/lang/String;
            0    2     2  callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
          Name  Flags
      resource  
      callback  

  public io.reactivex.Single<io.vertx.reactivex.ext.auth.oauth2.OAuth2Response> rxFetch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 310
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;
    MethodParameters:
          Name  Flags
      resource  

  public io.vertx.reactivex.ext.auth.oauth2.AccessToken fetch(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.json.JsonObject, io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.auth.oauth2.OAuth2Response>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String resource
        start local 3 // io.vertx.core.json.JsonObject headers
        start local 4 // io.vertx.reactivex.core.buffer.Buffer payload
        start local 5 // io.vertx.core.Handler callback
         0: .line 325
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.auth.oauth2.AccessToken.delegate:Lio/vertx/ext/auth/oauth2/AccessToken;
            aload 1 /* method */
            aload 2 /* resource */
            aload 3 /* headers */
            aload 4 /* payload */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            new io.vertx.reactivex.ext.auth.oauth2.AccessToken$2
            dup
            aload 0 /* this */
            aload 5 /* callback */
            invokespecial io.vertx.reactivex.ext.auth.oauth2.AccessToken$2.<init>:(Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.auth.oauth2.AccessToken.fetch:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/auth/oauth2/AccessToken;
            pop
         1: .line 334
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler callback
        end local 4 // io.vertx.reactivex.core.buffer.Buffer payload
        end local 3 // io.vertx.core.json.JsonObject headers
        end local 2 // java.lang.String resource
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
            0    2     1    method  Lio/vertx/core/http/HttpMethod;
            0    2     2  resource  Ljava/lang/String;
            0    2     3   headers  Lio/vertx/core/json/JsonObject;
            0    2     4   payload  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     5  callback  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;>;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    MethodParameters:
          Name  Flags
      method    
      resource  
      headers   
      payload   
      callback  

  public io.reactivex.Single<io.vertx.reactivex.ext.auth.oauth2.OAuth2Response> rxFetch(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.json.JsonObject, io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
         0: .line 346
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.auth.oauth2.AccessToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Single<Lio/vertx/reactivex/ext/auth/oauth2/OAuth2Response;>;
    MethodParameters:
          Name  Flags
      method    
      resource  
      headers   
      payload   

  public static io.vertx.reactivex.ext.auth.oauth2.AccessToken newInstance(io.vertx.ext.auth.oauth2.AccessToken);
    descriptor: (Lio/vertx/ext/auth/oauth2/AccessToken;)Lio/vertx/reactivex/ext/auth/oauth2/AccessToken;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.oauth2.AccessToken arg
         0: .line 356
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.auth.oauth2.AccessToken
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.auth.oauth2.AccessToken.<init>:(Lio/vertx/ext/auth/oauth2/AccessToken;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.auth.oauth2.AccessToken
         2: areturn
        end local 0 // io.vertx.ext.auth.oauth2.AccessToken arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/auth/oauth2/AccessToken;
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.ext.auth.User getDelegate();
    descriptor: ()Lio/vertx/ext/auth/User;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.ext.auth.oauth2.AccessToken.getDelegate:()Lio/vertx/ext/auth/oauth2/AccessToken;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 58
            new io.vertx.reactivex.ext.auth.oauth2.AccessToken
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.auth.oauth2.AccessToken
            invokespecial io.vertx.reactivex.ext.auth.oauth2.AccessToken.<init>:(Lio/vertx/ext/auth/oauth2/AccessToken;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "AccessToken.java"
NestMembers:
  io.vertx.reactivex.ext.auth.oauth2.AccessToken$1  io.vertx.reactivex.ext.auth.oauth2.AccessToken$2
InnerClasses:
  io.vertx.reactivex.ext.auth.oauth2.AccessToken$1
  io.vertx.reactivex.ext.auth.oauth2.AccessToken$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/auth/oauth2/AccessToken;)