public class io.vertx.ext.auth.oauth2.Oauth2Credentials implements io.vertx.ext.auth.authentication.Credentials
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.oauth2.Oauth2Credentials
  super_class: java.lang.Object
{
  private java.lang.String code;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String redirectUri;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  private static volatile int[] $SWITCH_TABLE$io$vertx$ext$auth$oauth2$OAuth2FlowType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            return
        end local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/auth/oauth2/Oauth2Credentials;

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
        start local 1 // io.vertx.core.json.JsonObject jsonObject
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 1 /* jsonObject */
            invokevirtual io.vertx.core.json.JsonObject.iterator:()Ljava/util/Iterator;
            astore 3
            goto 15
      StackMap locals: io.vertx.ext.auth.oauth2.Oauth2Credentials io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* member */
        start local 2 // java.util.Map$Entry member
         3: .line 43
            aload 2 /* member */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            dup
            astore 4
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 2
              3059181: 4
            951230089: 5
              default: 12
          }
      StackMap locals: io.vertx.ext.auth.oauth2.Oauth2Credentials io.vertx.core.json.JsonObject java.util.Map$Entry java.util.Iterator java.lang.String
      StackMap stack:
         4: aload 4
            ldc "code"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            goto 12
      StackMap locals:
      StackMap stack:
         5: aload 4
            ldc "redirect_uri"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
            goto 12
         6: .line 45
      StackMap locals:
      StackMap stack:
            aload 2 /* member */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            instanceof java.lang.String
            ifeq 15
         7: .line 46
            aload 0 /* this */
            aload 2 /* member */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.ext.auth.oauth2.Oauth2Credentials.setCode:(Ljava/lang/String;)Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
            pop
         8: .line 48
            goto 15
         9: .line 50
      StackMap locals:
      StackMap stack:
            aload 2 /* member */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            instanceof java.lang.String
            ifeq 15
        10: .line 51
            aload 0 /* this */
            aload 2 /* member */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.ext.auth.oauth2.Oauth2Credentials.setRedirectUri:(Ljava/lang/String;)Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
            pop
        11: .line 53
            goto 15
        12: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.Oauth2Credentials.extra:Lio/vertx/core/json/JsonObject;
            ifnonnull 14
        13: .line 56
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.ext.auth.oauth2.Oauth2Credentials.extra:Lio/vertx/core/json/JsonObject;
        14: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.Oauth2Credentials.extra:Lio/vertx/core/json/JsonObject;
            aload 2 /* member */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 2 /* member */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        end local 2 // java.util.Map$Entry member
        15: .line 42
      StackMap locals: io.vertx.ext.auth.oauth2.Oauth2Credentials io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        16: .line 61
            return
        end local 1 // io.vertx.core.json.JsonObject jsonObject
        end local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
            0   17     1  jsonObject  Lio/vertx/core/json/JsonObject;
            3   15     2      member  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
            Name  Flags
      jsonObject  

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

  public io.vertx.ext.auth.oauth2.Oauth2Credentials setCode(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
        start local 1 // java.lang.String code
         0: .line 68
            aload 0 /* this */
            aload 1 /* code */
            putfield io.vertx.ext.auth.oauth2.Oauth2Credentials.code:Ljava/lang/String;
         1: .line 69
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String code
        end local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
            0    2     1  code  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      code  

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

  public io.vertx.ext.auth.oauth2.Oauth2Credentials setRedirectUri(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
        start local 1 // java.lang.String redirectUri
         0: .line 77
            aload 0 /* this */
            aload 1 /* redirectUri */
            putfield io.vertx.ext.auth.oauth2.Oauth2Credentials.redirectUri:Ljava/lang/String;
         1: .line 78
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String redirectUri
        end local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
            0    2     1  redirectUri  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      redirectUri  

  public io.vertx.core.json.JsonObject getExtra();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
         0: .line 82
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.Oauth2Credentials.extra:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/oauth2/Oauth2Credentials;

  public io.vertx.ext.auth.oauth2.Oauth2Credentials setExtra(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
        start local 1 // io.vertx.core.json.JsonObject extra
         0: .line 86
            aload 0 /* this */
            aload 1 /* extra */
            putfield io.vertx.ext.auth.oauth2.Oauth2Credentials.extra:Lio/vertx/core/json/JsonObject;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject extra
        end local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
            0    2     1  extra  Lio/vertx/core/json/JsonObject;
    MethodParameters:
       Name  Flags
      extra  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
         0: .line 91
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 93
            aload 0 /* this */
            invokevirtual io.vertx.ext.auth.oauth2.Oauth2Credentials.getCode:()Ljava/lang/String;
            ifnull 3
         2: .line 94
            aload 1 /* json */
            ldc "code"
            aload 0 /* this */
            invokevirtual io.vertx.ext.auth.oauth2.Oauth2Credentials.getCode:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         3: .line 96
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.auth.oauth2.Oauth2Credentials.getRedirectUri:()Ljava/lang/String;
            ifnull 5
         4: .line 97
            aload 1 /* json */
            ldc "redirect_uri"
            aload 0 /* this */
            invokevirtual io.vertx.ext.auth.oauth2.Oauth2Credentials.getRedirectUri:()Ljava/lang/String;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
         5: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.Oauth2Credentials.extra:Lio/vertx/core/json/JsonObject;
            ifnull 7
         6: .line 100
            aload 1 /* json */
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.Oauth2Credentials.extra:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.mergeIn:(Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            pop
         7: .line 102
      StackMap locals:
      StackMap stack:
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
            1    8     1  json  Lio/vertx/core/json/JsonObject;

  public <V> void checkValid();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
        start local 1 // java.lang.Object arg
         0: .line 107
            aload 1 /* arg */
            checkcast io.vertx.ext.auth.oauth2.OAuth2FlowType
            astore 2 /* flow */
        start local 2 // io.vertx.ext.auth.oauth2.OAuth2FlowType flow
         1: .line 109
            invokestatic io.vertx.ext.auth.oauth2.Oauth2Credentials.$SWITCH_TABLE$io$vertx$ext$auth$oauth2$OAuth2FlowType:()[I
            aload 2 /* flow */
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2FlowType.ordinal:()I
            iaload
            tableswitch { // 1 - 1
                    1: 2
              default: 6
          }
         2: .line 111
      StackMap locals: io.vertx.ext.auth.oauth2.OAuth2FlowType
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.Oauth2Credentials.code:Ljava/lang/String;
            ifnull 3
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.Oauth2Credentials.code:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifne 4
         3: .line 112
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.auth.authentication.CredentialValidationException
            dup
            ldc "code cannot be null or empty"
            invokespecial io.vertx.ext.auth.authentication.CredentialValidationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.Oauth2Credentials.redirectUri:Ljava/lang/String;
            ifnull 6
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.Oauth2Credentials.redirectUri:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifne 6
         5: .line 115
            new io.vertx.ext.auth.authentication.CredentialValidationException
            dup
            ldc "redirectUri cannot be empty"
            invokespecial io.vertx.ext.auth.authentication.CredentialValidationException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 119
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.ext.auth.oauth2.OAuth2FlowType flow
        end local 1 // java.lang.Object arg
        end local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/auth/oauth2/Oauth2Credentials;
            0    7     1   arg  TV;
            1    7     2  flow  Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
    Exceptions:
      throws io.vertx.ext.auth.authentication.CredentialValidationException
    Signature: <V:Ljava/lang/Object;>(TV;)V
    MethodParameters:
      Name  Flags
      arg   

  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.ext.auth.oauth2.Oauth2Credentials this
         0: .line 123
            aload 0 /* this */
            invokevirtual io.vertx.ext.auth.oauth2.Oauth2Credentials.toJson:()Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.encode:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.auth.oauth2.Oauth2Credentials this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/oauth2/Oauth2Credentials;

  static int[] $SWITCH_TABLE$io$vertx$ext$auth$oauth2$OAuth2FlowType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 31
            getstatic io.vertx.ext.auth.oauth2.Oauth2Credentials.$SWITCH_TABLE$io$vertx$ext$auth$oauth2$OAuth2FlowType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.vertx.ext.auth.oauth2.OAuth2FlowType.values:()[Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.AUTH_CODE:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2FlowType.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.AUTH_JWT:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2FlowType.ordinal:()I
            iconst_5
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.CLIENT:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2FlowType.ordinal:()I
            iconst_4
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.IMPLICIT:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2FlowType.ordinal:()I
            iconst_2
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.PASSWORD:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            invokevirtual io.vertx.ext.auth.oauth2.OAuth2FlowType.ordinal:()I
            iconst_3
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic io.vertx.ext.auth.oauth2.Oauth2Credentials.$SWITCH_TABLE$io$vertx$ext$auth$oauth2$OAuth2FlowType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
}
SourceFile: "Oauth2Credentials.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject()