class com.microsoft.sqlserver.jdbc.SQLServerConnection$ActiveDirectoryAuthentication
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerConnection$ActiveDirectoryAuthentication
  super_class: java.lang.Object
{
  static final java.lang.String JDBC_FEDAUTH_CLIENT_ID;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "7f98cb04-cd1e-40df-9140-3bf7e2cea4db"

  static final java.lang.String AZURE_REST_MSI_URL;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01"

  static final java.lang.String ACCESS_TOKEN_IDENTIFIER;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "\"access_token\":\""

  static final java.lang.String ACCESS_TOKEN_EXPIRES_IN_IDENTIFIER;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "\"expires_in\":\""

  static final java.lang.String ACCESS_TOKEN_EXPIRES_ON_IDENTIFIER;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "\"expires_on\":\""

  static final java.lang.String ACCESS_TOKEN_EXPIRES_ON_DATE_FORMAT;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "M/d/yyyy h:mm:ss a X"

  static final int GET_ACCESS_TOKEN_SUCCESS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int GET_ACCESS_TOKEN_INVALID_GRANT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int GET_ACCESS_TOKEN_TANSISENT_ERROR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int GET_ACCESS_TOKEN_OTHER_ERROR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  final com.microsoft.sqlserver.jdbc.SQLServerConnection this$0;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerConnection);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$ActiveDirectoryAuthentication this
         0: .line 442
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$ActiveDirectoryAuthentication.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$ActiveDirectoryAuthentication this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$ActiveDirectoryAuthentication;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "SQLServerConnection.java"
NestHost: com.microsoft.sqlserver.jdbc.SQLServerConnection
InnerClasses:
  ActiveDirectoryAuthentication = com.microsoft.sqlserver.jdbc.SQLServerConnection$ActiveDirectoryAuthentication of com.microsoft.sqlserver.jdbc.SQLServerConnection