class com.microsoft.azure.credentials.AzureCliSubscription$1 extends com.microsoft.azure.credentials.UserTokenCredentials
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.credentials.AzureCliSubscription$1
  super_class: com.microsoft.azure.credentials.UserTokenCredentials
{
  final com.microsoft.azure.credentials.AzureCliSubscription this$0;
    descriptor: Lcom/microsoft/azure/credentials/AzureCliSubscription;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.credentials.AzureCliSubscription, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.AzureEnvironment);
    descriptor: (Lcom/microsoft/azure/credentials/AzureCliSubscription;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/AzureEnvironment;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription$1 this
        start local 2 // java.lang.String $anonymous0
        start local 3 // java.lang.String $anonymous1
        start local 4 // java.lang.String $anonymous2
        start local 5 // java.lang.String $anonymous3
        start local 6 // com.microsoft.azure.AzureEnvironment $anonymous4
         0: .line 111
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.credentials.AzureCliSubscription$1.this$0:Lcom/microsoft/azure/credentials/AzureCliSubscription;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            aload 5 /* $anonymous3 */
            aload 6 /* $anonymous4 */
            invokespecial com.microsoft.azure.credentials.UserTokenCredentials.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/AzureEnvironment;)V
            return
        end local 6 // com.microsoft.azure.AzureEnvironment $anonymous4
        end local 5 // java.lang.String $anonymous3
        end local 4 // java.lang.String $anonymous2
        end local 3 // java.lang.String $anonymous1
        end local 2 // java.lang.String $anonymous0
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/microsoft/azure/credentials/AzureCliSubscription$1;
            0    1     2  $anonymous0  Ljava/lang/String;
            0    1     3  $anonymous1  Ljava/lang/String;
            0    1     4  $anonymous2  Ljava/lang/String;
            0    1     5  $anonymous3  Ljava/lang/String;
            0    1     6  $anonymous4  Lcom/microsoft/azure/AzureEnvironment;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      $anonymous4  

  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=6, args_size=2
        start local 0 // com.microsoft.azure.credentials.AzureCliSubscription$1 this
        start local 1 // java.lang.String resource
         0: .line 114
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription$1.this$0:Lcom/microsoft/azure/credentials/AzureCliSubscription;
            getfield com.microsoft.azure.credentials.AzureCliSubscription.userTokens:Ljava/util/Map;
            aload 1 /* resource */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.azure.credentials.AzureCliToken
            astore 2 /* token */
        start local 2 // com.microsoft.azure.credentials.AzureCliToken token
         1: .line 116
            aload 2 /* token */
            ifnonnull 3
            aload 1 /* resource */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription$1.environment:()Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.resourceManagerEndpoint:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 117
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription$1.this$0:Lcom/microsoft/azure/credentials/AzureCliSubscription;
            getfield com.microsoft.azure.credentials.AzureCliSubscription.userTokens:Ljava/util/Map;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription$1.environment:()Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.azure.credentials.AzureCliToken
            astore 2 /* token */
         3: .line 120
      StackMap locals: com.microsoft.azure.credentials.AzureCliToken
      StackMap stack:
            aload 2 /* token */
            ifnull 5
            aload 2 /* token */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.expired:()Z
            ifne 5
         4: .line 121
            aload 2 /* token */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.accessToken:()Ljava/lang/String;
            areturn
         5: .line 124
      StackMap locals:
      StackMap stack:
            aload 2 /* token */
            ifnull 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* shouldRefresh */
        start local 3 // boolean shouldRefresh
         8: .line 126
            aload 2 /* token */
            ifnonnull 11
         9: .line 127
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription$1.this$0:Lcom/microsoft/azure/credentials/AzureCliSubscription;
            getfield com.microsoft.azure.credentials.AzureCliSubscription.userTokens: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.azure.credentials.AzureCliToken
            astore 2 /* token */
        10: .line 128
            aload 2 /* token */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.isMRRT:()Z
            istore 3 /* shouldRefresh */
        11: .line 130
      StackMap locals: int
      StackMap stack:
            iload 3 /* shouldRefresh */
            ifeq 21
        12: .line 131
            aload 0 /* this */
            aload 1 /* resource */
            aload 2 /* token */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.refreshToken:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.credentials.AzureCliSubscription$1.acquireAccessTokenFromRefreshToken:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/aad/adal4j/AuthenticationResult;
            astore 4 /* authenticationResult */
        start local 4 // com.microsoft.aad.adal4j.AuthenticationResult authenticationResult
        13: .line 132
            aload 4 /* authenticationResult */
            ifnonnull 15
        14: .line 133
            aconst_null
            areturn
        15: .line 136
      StackMap locals: com.microsoft.aad.adal4j.AuthenticationResult
      StackMap stack:
            aload 2 /* token */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.clone:()Lcom/microsoft/azure/credentials/AzureCliToken;
            aload 1 /* resource */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.withResource:(Ljava/lang/String;)Lcom/microsoft/azure/credentials/AzureCliToken;
            aload 4 /* authenticationResult */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.withAuthenticationResult:(Lcom/microsoft/aad/adal4j/AuthenticationResult;)Lcom/microsoft/azure/credentials/AzureCliToken;
            astore 5 /* newToken */
        start local 5 // com.microsoft.azure.credentials.AzureCliToken newToken
        16: .line 137
            aload 0 /* this */
            getfield com.microsoft.azure.credentials.AzureCliSubscription$1.this$0:Lcom/microsoft/azure/credentials/AzureCliSubscription;
            getfield com.microsoft.azure.credentials.AzureCliSubscription.userTokens:Ljava/util/Map;
            aload 1 /* resource */
            aload 5 /* newToken */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 138
            aload 5 /* newToken */
            invokevirtual com.microsoft.azure.credentials.AzureCliToken.accessToken:()Ljava/lang/String;
        18: areturn
        end local 5 // com.microsoft.azure.credentials.AzureCliToken newToken
        19: .line 139
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 5 /* e */
        start local 5 // java.lang.CloneNotSupportedException e
        20: .line 140
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.CloneNotSupportedException e
        end local 4 // com.microsoft.aad.adal4j.AuthenticationResult authenticationResult
        21: .line 143
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // boolean shouldRefresh
        end local 2 // com.microsoft.azure.credentials.AzureCliToken token
        end local 1 // java.lang.String resource
        end local 0 // com.microsoft.azure.credentials.AzureCliSubscription$1 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   22     0                  this  Lcom/microsoft/azure/credentials/AzureCliSubscription$1;
            0   22     1              resource  Ljava/lang/String;
            1   22     2                 token  Lcom/microsoft/azure/credentials/AzureCliToken;
            8   22     3         shouldRefresh  Z
           13   21     4  authenticationResult  Lcom/microsoft/aad/adal4j/AuthenticationResult;
           16   19     5              newToken  Lcom/microsoft/azure/credentials/AzureCliToken;
           20   21     5                     e  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
          15    18      19  Class java.lang.CloneNotSupportedException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      resource  
}
SourceFile: "AzureCliSubscription.java"
EnclosingMethod: com.microsoft.azure.credentials.AzureCliSubscription.credentialInstance:()Lcom/microsoft/azure/credentials/AzureTokenCredentials;
NestHost: com.microsoft.azure.credentials.AzureCliSubscription
InnerClasses:
  com.microsoft.azure.credentials.AzureCliSubscription$1