public final class io.vertx.ext.auth.oauth2.OAuth2FlowType extends java.lang.Enum<io.vertx.ext.auth.oauth2.OAuth2FlowType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.vertx.ext.auth.oauth2.OAuth2FlowType
  super_class: java.lang.Enum
{
  public static final io.vertx.ext.auth.oauth2.OAuth2FlowType AUTH_CODE;
    descriptor: Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.auth.oauth2.OAuth2FlowType IMPLICIT;
    descriptor: Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.auth.oauth2.OAuth2FlowType PASSWORD;
    descriptor: Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.auth.oauth2.OAuth2FlowType CLIENT;
    descriptor: Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.auth.oauth2.OAuth2FlowType AUTH_JWT;
    descriptor: Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final java.lang.String grantType;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final io.vertx.ext.auth.oauth2.OAuth2FlowType[] ENUM$VALUES;
    descriptor: [Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 27
            new io.vertx.ext.auth.oauth2.OAuth2FlowType
            dup
            ldc "AUTH_CODE"
            iconst_0
         1: .line 47
            ldc "authorization_code"
            invokespecial io.vertx.ext.auth.oauth2.OAuth2FlowType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.AUTH_CODE:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
         2: .line 49
            new io.vertx.ext.auth.oauth2.OAuth2FlowType
            dup
            ldc "IMPLICIT"
            iconst_1
         3: .line 72
            aconst_null
            invokespecial io.vertx.ext.auth.oauth2.OAuth2FlowType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.IMPLICIT:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
         4: .line 74
            new io.vertx.ext.auth.oauth2.OAuth2FlowType
            dup
            ldc "PASSWORD"
            iconst_2
         5: .line 90
            ldc "password"
            invokespecial io.vertx.ext.auth.oauth2.OAuth2FlowType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.PASSWORD:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
         6: .line 92
            new io.vertx.ext.auth.oauth2.OAuth2FlowType
            dup
            ldc "CLIENT"
            iconst_3
         7: .line 103
            ldc "client_credentials"
            invokespecial io.vertx.ext.auth.oauth2.OAuth2FlowType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.CLIENT:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
         8: .line 105
            new io.vertx.ext.auth.oauth2.OAuth2FlowType
            dup
            ldc "AUTH_JWT"
            iconst_4
         9: .line 108
            ldc "urn:ietf:params:oauth:grant-type:jwt-bearer"
            invokespecial io.vertx.ext.auth.oauth2.OAuth2FlowType.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.AUTH_JWT:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
        10: .line 26
            iconst_5
            anewarray io.vertx.ext.auth.oauth2.OAuth2FlowType
            dup
            iconst_0
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.AUTH_CODE:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            aastore
            dup
            iconst_1
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.IMPLICIT:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            aastore
            dup
            iconst_2
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.PASSWORD:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            aastore
            dup
            iconst_3
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.CLIENT:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            aastore
            dup
            iconst_4
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.AUTH_JWT:Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            aastore
            putstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.ENUM$VALUES:[Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.ext.auth.oauth2.OAuth2FlowType this
        start local 3 // java.lang.String grantType
         0: .line 112
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 113
            aload 0 /* this */
            aload 3 /* grantType */
            putfield io.vertx.ext.auth.oauth2.OAuth2FlowType.grantType:Ljava/lang/String;
         2: .line 114
            return
        end local 3 // java.lang.String grantType
        end local 0 // io.vertx.ext.auth.oauth2.OAuth2FlowType this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            0    3     3  grantType  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      grantType      

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

  public static io.vertx.ext.auth.oauth2.OAuth2FlowType[] values();
    descriptor: ()[Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.vertx.ext.auth.oauth2.OAuth2FlowType.ENUM$VALUES:[Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.vertx.ext.auth.oauth2.OAuth2FlowType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.auth.oauth2.OAuth2FlowType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/vertx/ext/auth/oauth2/OAuth2FlowType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.vertx.ext.auth.oauth2.OAuth2FlowType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lio/vertx/ext/auth/oauth2/OAuth2FlowType;>;
SourceFile: "OAuth2FlowType.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()