public class com.microsoft.azure.credentials.DelegatedTokenCredentials extends com.microsoft.azure.credentials.AzureTokenCredentials
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.credentials.DelegatedTokenCredentials
  super_class: com.microsoft.azure.credentials.AzureTokenCredentials
{
  private java.util.Map<java.lang.String, com.microsoft.aad.adal4j.AuthenticationResult> tokens;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/aad/adal4j/AuthenticationResult;>;

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

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

  private com.microsoft.azure.credentials.ApplicationTokenCredentials applicationCredentials;
    descriptor: Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.microsoft.azure.credentials.ApplicationTokenCredentials, java.lang.String);
    descriptor: (Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
        start local 1 // com.microsoft.azure.credentials.ApplicationTokenCredentials applicationCredentials
        start local 2 // java.lang.String redirectUrl
         0: .line 47
            aload 0 /* this */
            aload 1 /* applicationCredentials */
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.environment:()Lcom/microsoft/azure/AzureEnvironment;
            aload 1 /* applicationCredentials */
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.domain:()Ljava/lang/String;
            invokespecial com.microsoft.azure.credentials.AzureTokenCredentials.<init>:(Lcom/microsoft/azure/AzureEnvironment;Ljava/lang/String;)V
         1: .line 48
            aload 0 /* this */
            aload 1 /* applicationCredentials */
            putfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
         2: .line 49
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield com.microsoft.azure.credentials.DelegatedTokenCredentials.tokens:Ljava/util/Map;
         3: .line 50
            aload 0 /* this */
            aload 2 /* redirectUrl */
            putfield com.microsoft.azure.credentials.DelegatedTokenCredentials.redirectUrl:Ljava/lang/String;
         4: .line 51
            return
        end local 2 // java.lang.String redirectUrl
        end local 1 // com.microsoft.azure.credentials.ApplicationTokenCredentials applicationCredentials
        end local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    5     0                    this  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;
            0    5     1  applicationCredentials  Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            0    5     2             redirectUrl  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      applicationCredentials  
      redirectUrl             

  public void <init>(com.microsoft.azure.credentials.ApplicationTokenCredentials, java.lang.String, java.lang.String);
    descriptor: (Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
        start local 1 // com.microsoft.azure.credentials.ApplicationTokenCredentials applicationCredentials
        start local 2 // java.lang.String redirectUrl
        start local 3 // java.lang.String authorizationCode
         0: .line 61
            aload 0 /* this */
            aload 1 /* applicationCredentials */
            aload 2 /* redirectUrl */
            invokespecial com.microsoft.azure.credentials.DelegatedTokenCredentials.<init>:(Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;Ljava/lang/String;)V
         1: .line 62
            aload 0 /* this */
            aload 3 /* authorizationCode */
            putfield com.microsoft.azure.credentials.DelegatedTokenCredentials.authorizationCode:Ljava/lang/String;
         2: .line 63
            return
        end local 3 // java.lang.String authorizationCode
        end local 2 // java.lang.String redirectUrl
        end local 1 // com.microsoft.azure.credentials.ApplicationTokenCredentials applicationCredentials
        end local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;
            0    3     1  applicationCredentials  Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            0    3     2             redirectUrl  Ljava/lang/String;
            0    3     3       authorizationCode  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      applicationCredentials  
      redirectUrl             
      authorizationCode       

  public static com.microsoft.azure.credentials.DelegatedTokenCredentials fromFile(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.io.File authFile
        start local 1 // java.lang.String redirectUrl
         0: .line 74
            new com.microsoft.azure.credentials.DelegatedTokenCredentials
            dup
            aload 0 /* authFile */
            invokestatic com.microsoft.azure.credentials.ApplicationTokenCredentials.fromFile:(Ljava/io/File;)Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            aload 1 /* redirectUrl */
            invokespecial com.microsoft.azure.credentials.DelegatedTokenCredentials.<init>:(Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String redirectUrl
        end local 0 // java.io.File authFile
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0     authFile  Ljava/io/File;
            0    1     1  redirectUrl  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      authFile     
      redirectUrl  

  public static com.microsoft.azure.credentials.DelegatedTokenCredentials fromFile(java.io.File, java.lang.String, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.io.File authFile
        start local 1 // java.lang.String redirectUrl
        start local 2 // java.lang.String authorizationCode
         0: .line 88
            new com.microsoft.azure.credentials.DelegatedTokenCredentials
            dup
            aload 0 /* authFile */
            invokestatic com.microsoft.azure.credentials.ApplicationTokenCredentials.fromFile:(Ljava/io/File;)Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            aload 1 /* redirectUrl */
            aload 2 /* authorizationCode */
            invokespecial com.microsoft.azure.credentials.DelegatedTokenCredentials.<init>:(Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String authorizationCode
        end local 1 // java.lang.String redirectUrl
        end local 0 // java.io.File authFile
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0           authFile  Ljava/io/File;
            0    1     1        redirectUrl  Ljava/lang/String;
            0    1     2  authorizationCode  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      authFile           
      redirectUrl        
      authorizationCode  

  public java.lang.String clientId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
         0: .line 95
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientId:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;

  public java.lang.String generateAuthenticationUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
         0: .line 102
            ldc "%s/%s/oauth2/authorize?client_id=%s&response_type=code&redirect_uri=%s&response_mode=query&state=%s"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 103
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.environment:()Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.activeDirectoryEndpoint:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.domain:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.clientId:()Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.redirectUrl:Ljava/lang/String;
            aastore
            dup
            iconst_4
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            aastore
         2: .line 102
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;

  public java.lang.String generateAuthenticationUrl(com.microsoft.azure.credentials.DelegatedTokenCredentials$ResponseMode, java.lang.String);
    descriptor: (Lcom/microsoft/azure/credentials/DelegatedTokenCredentials$ResponseMode;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
        start local 1 // com.microsoft.azure.credentials.DelegatedTokenCredentials$ResponseMode responseMode
        start local 2 // java.lang.String state
         0: .line 114
            ldc "%s/%s/oauth2/authorize?client_id=%s&response_type=code&redirect_uri=%s&response_mode=%s&state=%s"
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 115
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.environment:()Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.activeDirectoryEndpoint:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.domain:()Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.clientId:()Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.redirectUrl:Ljava/lang/String;
            aastore
            dup
            iconst_4
            aload 1 /* responseMode */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials$ResponseMode.value:Ljava/lang/String;
            aastore
            dup
            iconst_5
            aload 2 /* state */
            aastore
         2: .line 114
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.String state
        end local 1 // com.microsoft.azure.credentials.DelegatedTokenCredentials$ResponseMode responseMode
        end local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;
            0    3     1  responseMode  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials$ResponseMode;
            0    3     2         state  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      responseMode  
      state         

  public void setAuthorizationCode(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
        start local 1 // java.lang.String authorizationCode
         0: .line 123
            aload 0 /* this */
            aload 1 /* authorizationCode */
            putfield com.microsoft.azure.credentials.DelegatedTokenCredentials.authorizationCode:Ljava/lang/String;
         1: .line 124
            return
        end local 1 // java.lang.String authorizationCode
        end local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;
            0    2     1  authorizationCode  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      authorizationCode  

  public synchronized java.lang.String getToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
        start local 1 // java.lang.String resource
         0: .line 129
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.tokens:Ljava/util/Map;
            aload 1 /* resource */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.aad.adal4j.AuthenticationResult
            astore 2 /* authenticationResult */
        start local 2 // com.microsoft.aad.adal4j.AuthenticationResult authenticationResult
         1: .line 131
            aload 2 /* authenticationResult */
            ifnull 3
            aload 2 /* authenticationResult */
            invokevirtual com.microsoft.aad.adal4j.AuthenticationResult.getExpiresOnDate:()Ljava/util/Date;
            new java.util.Date
            dup
            invokespecial java.util.Date.<init>:()V
            invokevirtual java.util.Date.after:(Ljava/util/Date;)Z
            ifeq 3
         2: .line 132
            aload 2 /* authenticationResult */
            invokevirtual com.microsoft.aad.adal4j.AuthenticationResult.getAccessToken:()Ljava/lang/String;
            areturn
         3: .line 135
      StackMap locals: com.microsoft.aad.adal4j.AuthenticationResult
      StackMap stack:
            aload 2 /* authenticationResult */
            ifnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* shouldRefresh */
        start local 3 // boolean shouldRefresh
         6: .line 137
            aload 2 /* authenticationResult */
            ifnonnull 9
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.tokens:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 9
         7: .line 138
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.tokens:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.microsoft.aad.adal4j.AuthenticationResult
            astore 2 /* authenticationResult */
         8: .line 139
            aload 2 /* authenticationResult */
            invokevirtual com.microsoft.aad.adal4j.AuthenticationResult.isMultipleResourceRefreshToken:()Z
            istore 3 /* shouldRefresh */
         9: .line 142
      StackMap locals: int
      StackMap stack:
            iload 3 /* shouldRefresh */
            ifeq 11
        10: .line 143
            aload 0 /* this */
            aload 1 /* resource */
            aload 2 /* authenticationResult */
            invokevirtual com.microsoft.aad.adal4j.AuthenticationResult.getRefreshToken:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.acquireAccessTokenFromRefreshToken:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/aad/adal4j/AuthenticationResult;
            astore 2 /* authenticationResult */
        11: .line 146
      StackMap locals:
      StackMap stack:
            aload 2 /* authenticationResult */
            ifnonnull 13
        12: .line 147
            aload 0 /* this */
            aload 1 /* resource */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.acquireNewAccessToken:(Ljava/lang/String;)Lcom/microsoft/aad/adal4j/AuthenticationResult;
            astore 2 /* authenticationResult */
        13: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.tokens:Ljava/util/Map;
            aload 1 /* resource */
            aload 2 /* authenticationResult */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 150
            aload 2 /* authenticationResult */
            invokevirtual com.microsoft.aad.adal4j.AuthenticationResult.getAccessToken:()Ljava/lang/String;
            areturn
        end local 3 // boolean shouldRefresh
        end local 2 // com.microsoft.aad.adal4j.AuthenticationResult authenticationResult
        end local 1 // java.lang.String resource
        end local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   15     0                  this  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;
            0   15     1              resource  Ljava/lang/String;
            1   15     2  authenticationResult  Lcom/microsoft/aad/adal4j/AuthenticationResult;
            6   15     3         shouldRefresh  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      resource  

  com.microsoft.aad.adal4j.AuthenticationResult acquireNewAccessToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/aad/adal4j/AuthenticationResult;
    flags: (0x0000) 
    Code:
      stack=8, locals=8, args_size=2
        start local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
        start local 1 // java.lang.String resource
         0: .line 154
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.authorizationCode:Ljava/lang/String;
            ifnonnull 2
         1: .line 155
            new java.lang.IllegalArgumentException
            dup
            ldc "You must acquire an authorization code by redirecting to the authentication URL"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 157
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.environment:()Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.activeDirectoryEndpoint:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.domain:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* authorityUrl */
        start local 2 // java.lang.String authorityUrl
         3: .line 158
            invokestatic java.util.concurrent.Executors.newSingleThreadExecutor:()Ljava/util/concurrent/ExecutorService;
            astore 3 /* executor */
        start local 3 // java.util.concurrent.ExecutorService executor
         4: .line 159
            new com.microsoft.aad.adal4j.AuthenticationContext
            dup
            aload 2 /* authorityUrl */
            iconst_0
            aload 3 /* executor */
            invokespecial com.microsoft.aad.adal4j.AuthenticationContext.<init>:(Ljava/lang/String;ZLjava/util/concurrent/ExecutorService;)V
            astore 4 /* context */
        start local 4 // com.microsoft.aad.adal4j.AuthenticationContext context
         5: .line 160
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.proxy:()Ljava/net/Proxy;
            ifnull 7
         6: .line 161
            aload 4 /* context */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.proxy:()Ljava/net/Proxy;
            invokevirtual com.microsoft.aad.adal4j.AuthenticationContext.setProxy:(Ljava/net/Proxy;)V
         7: .line 164
      StackMap locals: java.lang.String java.util.concurrent.ExecutorService com.microsoft.aad.adal4j.AuthenticationContext
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientSecret:()Ljava/lang/String;
            ifnull 17
         8: .line 165
            aload 4 /* context */
         9: .line 166
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.authorizationCode:Ljava/lang/String;
        10: .line 167
            new java.net.URI
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.redirectUrl:Ljava/lang/String;
            invokespecial java.net.URI.<init>:(Ljava/lang/String;)V
        11: .line 168
            new com.microsoft.aad.adal4j.ClientCredential
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientSecret:()Ljava/lang/String;
            invokespecial com.microsoft.aad.adal4j.ClientCredential.<init>:(Ljava/lang/String;Ljava/lang/String;)V
        12: .line 169
            aload 1 /* resource */
            aconst_null
        13: .line 165
            invokevirtual com.microsoft.aad.adal4j.AuthenticationContext.acquireTokenByAuthorizationCode:(Ljava/lang/String;Ljava/net/URI;Lcom/microsoft/aad/adal4j/ClientCredential;Ljava/lang/String;Lcom/microsoft/aad/adal4j/AuthenticationCallback;)Ljava/util/concurrent/Future;
        14: .line 169
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
            checkcast com.microsoft.aad.adal4j.AuthenticationResult
            astore 7
        15: .line 195
            aload 3 /* executor */
            invokeinterface java.util.concurrent.ExecutorService.shutdown:()V
        16: .line 165
            aload 7
            areturn
        17: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientCertificate:()[B
            ifnull 31
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientCertificatePassword:()Ljava/lang/String;
            ifnull 31
        18: .line 171
            aload 4 /* context */
        19: .line 172
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.authorizationCode:Ljava/lang/String;
        20: .line 173
            new java.net.URI
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.redirectUrl:Ljava/lang/String;
            invokespecial java.net.URI.<init>:(Ljava/lang/String;)V
        21: .line 175
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientId:()Ljava/lang/String;
        22: .line 176
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientCertificate:()[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
        23: .line 177
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientCertificatePassword:()Ljava/lang/String;
        24: .line 174
            invokestatic com.microsoft.aad.adal4j.AsymmetricKeyCredential.create:(Ljava/lang/String;Ljava/io/InputStream;Ljava/lang/String;)Lcom/microsoft/aad/adal4j/AsymmetricKeyCredential;
        25: .line 178
            aload 1 /* resource */
        26: .line 179
            aconst_null
        27: .line 171
            invokevirtual com.microsoft.aad.adal4j.AuthenticationContext.acquireTokenByAuthorizationCode:(Ljava/lang/String;Ljava/net/URI;Lcom/microsoft/aad/adal4j/AsymmetricKeyCredential;Ljava/lang/String;Lcom/microsoft/aad/adal4j/AuthenticationCallback;)Ljava/util/concurrent/Future;
        28: .line 179
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
            checkcast com.microsoft.aad.adal4j.AuthenticationResult
            astore 7
        29: .line 195
            aload 3 /* executor */
            invokeinterface java.util.concurrent.ExecutorService.shutdown:()V
        30: .line 171
            aload 7
            areturn
        31: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientCertificate:()[B
            ifnull 45
        32: .line 181
            aload 4 /* context */
        33: .line 182
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.authorizationCode:Ljava/lang/String;
        34: .line 183
            new java.net.URI
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.redirectUrl:Ljava/lang/String;
            invokespecial java.net.URI.<init>:(Ljava/lang/String;)V
        35: .line 185
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.clientId:()Ljava/lang/String;
        36: .line 186
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientCertificate:()[B
            invokespecial java.lang.String.<init>:([B)V
            invokestatic com.microsoft.azure.credentials.ApplicationTokenCredentials.privateKeyFromPem:(Ljava/lang/String;)Ljava/security/PrivateKey;
        37: .line 187
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientCertificate:()[B
            invokespecial java.lang.String.<init>:([B)V
            invokestatic com.microsoft.azure.credentials.ApplicationTokenCredentials.publicKeyFromPem:(Ljava/lang/String;)Ljava/security/cert/X509Certificate;
        38: .line 184
            invokestatic com.microsoft.aad.adal4j.AsymmetricKeyCredential.create:(Ljava/lang/String;Ljava/security/PrivateKey;Ljava/security/cert/X509Certificate;)Lcom/microsoft/aad/adal4j/AsymmetricKeyCredential;
        39: .line 188
            aload 1 /* resource */
        40: .line 189
            aconst_null
        41: .line 181
            invokevirtual com.microsoft.aad.adal4j.AuthenticationContext.acquireTokenByAuthorizationCode:(Ljava/lang/String;Ljava/net/URI;Lcom/microsoft/aad/adal4j/AsymmetricKeyCredential;Ljava/lang/String;Lcom/microsoft/aad/adal4j/AuthenticationCallback;)Ljava/util/concurrent/Future;
        42: .line 189
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
            checkcast com.microsoft.aad.adal4j.AuthenticationResult
            astore 7
        43: .line 195
            aload 3 /* executor */
            invokeinterface java.util.concurrent.ExecutorService.shutdown:()V
        44: .line 181
            aload 7
            areturn
        45: .line 191
      StackMap locals:
      StackMap stack:
            new com.microsoft.aad.adal4j.AuthenticationException
            dup
            ldc "Please provide either a non-null secret or a non-null certificate."
            invokespecial com.microsoft.aad.adal4j.AuthenticationException.<init>:(Ljava/lang/String;)V
            athrow
        46: .line 192
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 5 /* e */
        start local 5 // java.lang.Exception e
        47: .line 193
            new java.io.IOException
            dup
            aload 5 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            aload 5 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.Exception e
        48: .line 194
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        49: .line 195
            aload 3 /* executor */
            invokeinterface java.util.concurrent.ExecutorService.shutdown:()V
        50: .line 196
            aload 6
            athrow
        end local 4 // com.microsoft.aad.adal4j.AuthenticationContext context
        end local 3 // java.util.concurrent.ExecutorService executor
        end local 2 // java.lang.String authorityUrl
        end local 1 // java.lang.String resource
        end local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   51     0          this  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;
            0   51     1      resource  Ljava/lang/String;
            3   51     2  authorityUrl  Ljava/lang/String;
            4   51     3      executor  Ljava/util/concurrent/ExecutorService;
            5   51     4       context  Lcom/microsoft/aad/adal4j/AuthenticationContext;
           47   48     5             e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           7    15      46  Class java.lang.Exception
          17    29      46  Class java.lang.Exception
          31    43      46  Class java.lang.Exception
          45    46      46  Class java.lang.Exception
           7    15      48  any
          17    29      48  any
          31    43      48  any
          45    48      48  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      resource  

  private com.microsoft.aad.adal4j.AuthenticationResult acquireAccessTokenFromRefreshToken(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/aad/adal4j/AuthenticationResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
        start local 1 // java.lang.String resource
        start local 2 // java.lang.String refreshToken
         0: .line 200
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.environment:()Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.activeDirectoryEndpoint:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.domain:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* authorityUrl */
        start local 3 // java.lang.String authorityUrl
         1: .line 201
            invokestatic java.util.concurrent.Executors.newSingleThreadExecutor:()Ljava/util/concurrent/ExecutorService;
            astore 4 /* executor */
        start local 4 // java.util.concurrent.ExecutorService executor
         2: .line 202
            new com.microsoft.aad.adal4j.AuthenticationContext
            dup
            aload 3 /* authorityUrl */
            iconst_0
            aload 4 /* executor */
            invokespecial com.microsoft.aad.adal4j.AuthenticationContext.<init>:(Ljava/lang/String;ZLjava/util/concurrent/ExecutorService;)V
            astore 5 /* context */
        start local 5 // com.microsoft.aad.adal4j.AuthenticationContext context
         3: .line 203
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.proxy:()Ljava/net/Proxy;
            ifnull 5
         4: .line 204
            aload 5 /* context */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.DelegatedTokenCredentials.proxy:()Ljava/net/Proxy;
            invokevirtual com.microsoft.aad.adal4j.AuthenticationContext.setProxy:(Ljava/net/Proxy;)V
         5: .line 207
      StackMap locals: java.lang.String java.util.concurrent.ExecutorService com.microsoft.aad.adal4j.AuthenticationContext
      StackMap stack:
            aload 5 /* context */
            aload 2 /* refreshToken */
         6: .line 208
            new com.microsoft.aad.adal4j.ClientCredential
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.DelegatedTokenCredentials.applicationCredentials:Lcom/microsoft/azure/credentials/ApplicationTokenCredentials;
            invokevirtual com.microsoft.azure.credentials.ApplicationTokenCredentials.clientSecret:()Ljava/lang/String;
            invokespecial com.microsoft.aad.adal4j.ClientCredential.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         7: .line 209
            aload 1 /* resource */
            aconst_null
         8: .line 207
            invokevirtual com.microsoft.aad.adal4j.AuthenticationContext.acquireTokenByRefreshToken:(Ljava/lang/String;Lcom/microsoft/aad/adal4j/ClientCredential;Ljava/lang/String;Lcom/microsoft/aad/adal4j/AuthenticationCallback;)Ljava/util/concurrent/Future;
         9: .line 209
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
            checkcast com.microsoft.aad.adal4j.AuthenticationResult
            astore 8
        10: .line 213
            aload 4 /* executor */
            invokeinterface java.util.concurrent.ExecutorService.shutdown:()V
        11: .line 207
            aload 8
            areturn
        12: .line 210
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 6 /* e */
        start local 6 // java.lang.Exception e
        13: .line 211
            new java.io.IOException
            dup
            aload 6 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            aload 6 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.Exception e
        14: .line 212
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        15: .line 213
            aload 4 /* executor */
            invokeinterface java.util.concurrent.ExecutorService.shutdown:()V
        16: .line 214
            aload 7
            athrow
        end local 5 // com.microsoft.aad.adal4j.AuthenticationContext context
        end local 4 // java.util.concurrent.ExecutorService executor
        end local 3 // java.lang.String authorityUrl
        end local 2 // java.lang.String refreshToken
        end local 1 // java.lang.String resource
        end local 0 // com.microsoft.azure.credentials.DelegatedTokenCredentials this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/microsoft/azure/credentials/DelegatedTokenCredentials;
            0   17     1      resource  Ljava/lang/String;
            0   17     2  refreshToken  Ljava/lang/String;
            1   17     3  authorityUrl  Ljava/lang/String;
            2   17     4      executor  Ljava/util/concurrent/ExecutorService;
            3   17     5       context  Lcom/microsoft/aad/adal4j/AuthenticationContext;
           13   14     6             e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           5    10      12  Class java.lang.Exception
           5    10      14  any
          12    14      14  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      resource      
      refreshToken  
}
SourceFile: "DelegatedTokenCredentials.java"
NestMembers:
  com.microsoft.azure.credentials.DelegatedTokenCredentials$ResponseMode
InnerClasses:
  public final ResponseMode = com.microsoft.azure.credentials.DelegatedTokenCredentials$ResponseMode of com.microsoft.azure.credentials.DelegatedTokenCredentials
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_2_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)