class com.microsoft.aad.adal4j.UserDiscoveryResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.aad.adal4j.UserDiscoveryResponse
  super_class: java.lang.Object
{
  private float version;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.google.gson.annotations.SerializedName(value = "ver")

  private java.lang.String accountType;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.google.gson.annotations.SerializedName(value = "account_type")

  private java.lang.String federationMetadataUrl;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.google.gson.annotations.SerializedName(value = "federation_metadata_url")

  private java.lang.String federationProtocol;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.google.gson.annotations.SerializedName(value = "federation_protocol")

  private java.lang.String federationActiveAuthUrl;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.google.gson.annotations.SerializedName(value = "federation_active_auth_url")

  private java.lang.String cloudAudienceUrn;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.google.gson.annotations.SerializedName(value = "cloud_audience_urn")

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/aad/adal4j/UserDiscoveryResponse;

  float getVersion();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
         0: .line 49
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.UserDiscoveryResponse.version:F
            freturn
        end local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/aad/adal4j/UserDiscoveryResponse;

  boolean isAccountFederated();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
         0: .line 53
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.UserDiscoveryResponse.accountType:Ljava/lang/String;
            invokestatic com.microsoft.aad.adal4j.StringHelper.isBlank:(Ljava/lang/String;)Z
            ifne 3
         1: .line 54
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.UserDiscoveryResponse.accountType:Ljava/lang/String;
            ldc "Federated"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 53
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/aad/adal4j/UserDiscoveryResponse;

  boolean isAccountManaged();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
         0: .line 58
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.UserDiscoveryResponse.accountType:Ljava/lang/String;
            invokestatic com.microsoft.aad.adal4j.StringHelper.isBlank:(Ljava/lang/String;)Z
            ifne 3
         1: .line 59
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.UserDiscoveryResponse.accountType:Ljava/lang/String;
            ldc "Managed"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 58
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/aad/adal4j/UserDiscoveryResponse;

  java.lang.String getFederationProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
         0: .line 63
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.UserDiscoveryResponse.federationProtocol:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/aad/adal4j/UserDiscoveryResponse;

  java.lang.String getFederationMetadataUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
         0: .line 67
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.UserDiscoveryResponse.federationMetadataUrl:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/aad/adal4j/UserDiscoveryResponse;

  java.lang.String getFederationActiveAuthUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
         0: .line 71
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.UserDiscoveryResponse.federationActiveAuthUrl:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/aad/adal4j/UserDiscoveryResponse;

  java.lang.String getCloudAudienceUrn();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
         0: .line 75
            aload 0 /* this */
            getfield com.microsoft.aad.adal4j.UserDiscoveryResponse.cloudAudienceUrn:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.aad.adal4j.UserDiscoveryResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/aad/adal4j/UserDiscoveryResponse;
}
SourceFile: "UserDiscoveryResponse.java"