public class com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner extends com.microsoft.azure.management.appservice.ProxyOnlyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.Boolean enabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.enabled")

  private java.lang.String runtimeVersion;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.runtimeVersion")

  private com.microsoft.azure.management.appservice.UnauthenticatedClientAction unauthenticatedClientAction;
    descriptor: Lcom/microsoft/azure/management/appservice/UnauthenticatedClientAction;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.unauthenticatedClientAction")

  private java.lang.Boolean tokenStoreEnabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.tokenStoreEnabled")

  private java.util.List<java.lang.String> allowedExternalRedirectUrls;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.allowedExternalRedirectUrls")

  private com.microsoft.azure.management.appservice.BuiltInAuthenticationProvider defaultProvider;
    descriptor: Lcom/microsoft/azure/management/appservice/BuiltInAuthenticationProvider;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.defaultProvider")

  private java.lang.Double tokenRefreshExtensionHours;
    descriptor: Ljava/lang/Double;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.tokenRefreshExtensionHours")

  private java.lang.String clientId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.clientId")

  private java.lang.String clientSecret;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.clientSecret")

  private java.lang.String clientSecretCertificateThumbprint;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.clientSecretCertificateThumbprint")

  private java.lang.String issuer;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.issuer")

  private java.lang.Boolean validateIssuer;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.validateIssuer")

  private java.util.List<java.lang.String> allowedAudiences;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.allowedAudiences")

  private java.util.List<java.lang.String> additionalLoginParams;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.additionalLoginParams")

  private java.lang.String googleClientId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.googleClientId")

  private java.lang.String googleClientSecret;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.googleClientSecret")

  private java.util.List<java.lang.String> googleOAuthScopes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.googleOAuthScopes")

  private java.lang.String facebookAppId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.facebookAppId")

  private java.lang.String facebookAppSecret;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.facebookAppSecret")

  private java.util.List<java.lang.String> facebookOAuthScopes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.facebookOAuthScopes")

  private java.lang.String twitterConsumerKey;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.twitterConsumerKey")

  private java.lang.String twitterConsumerSecret;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.twitterConsumerSecret")

  private java.lang.String microsoftAccountClientId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.microsoftAccountClientId")

  private java.lang.String microsoftAccountClientSecret;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.microsoftAccountClientSecret")

  private java.util.List<java.lang.String> microsoftAccountOAuthScopes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.microsoftAccountOAuthScopes")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 23
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public java.lang.Boolean enabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 266
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.enabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.Boolean enabled
         0: .line 276
            aload 0 /* this */
            aload 1 /* enabled */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.enabled:Ljava/lang/Boolean;
         1: .line 277
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enabled
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  enabled  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      enabled  

  public java.lang.String runtimeVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 287
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.runtimeVersion:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withRuntimeVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String runtimeVersion
         0: .line 298
            aload 0 /* this */
            aload 1 /* runtimeVersion */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.runtimeVersion:Ljava/lang/String;
         1: .line 299
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String runtimeVersion
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  runtimeVersion  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      runtimeVersion  

  public com.microsoft.azure.management.appservice.UnauthenticatedClientAction unauthenticatedClientAction();
    descriptor: ()Lcom/microsoft/azure/management/appservice/UnauthenticatedClientAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 308
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.unauthenticatedClientAction:Lcom/microsoft/azure/management/appservice/UnauthenticatedClientAction;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withUnauthenticatedClientAction(com.microsoft.azure.management.appservice.UnauthenticatedClientAction);
    descriptor: (Lcom/microsoft/azure/management/appservice/UnauthenticatedClientAction;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // com.microsoft.azure.management.appservice.UnauthenticatedClientAction unauthenticatedClientAction
         0: .line 318
            aload 0 /* this */
            aload 1 /* unauthenticatedClientAction */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.unauthenticatedClientAction:Lcom/microsoft/azure/management/appservice/UnauthenticatedClientAction;
         1: .line 319
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.UnauthenticatedClientAction unauthenticatedClientAction
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  unauthenticatedClientAction  Lcom/microsoft/azure/management/appservice/UnauthenticatedClientAction;
    MethodParameters:
                             Name  Flags
      unauthenticatedClientAction  

  public java.lang.Boolean tokenStoreEnabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 329
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.tokenStoreEnabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withTokenStoreEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.Boolean tokenStoreEnabled
         0: .line 340
            aload 0 /* this */
            aload 1 /* tokenStoreEnabled */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.tokenStoreEnabled:Ljava/lang/Boolean;
         1: .line 341
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean tokenStoreEnabled
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  tokenStoreEnabled  Ljava/lang/Boolean;
    MethodParameters:
                   Name  Flags
      tokenStoreEnabled  

  public java.util.List<java.lang.String> allowedExternalRedirectUrls();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 352
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.allowedExternalRedirectUrls:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withAllowedExternalRedirectUrls(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.util.List allowedExternalRedirectUrls
         0: .line 364
            aload 0 /* this */
            aload 1 /* allowedExternalRedirectUrls */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.allowedExternalRedirectUrls:Ljava/util/List;
         1: .line 365
            aload 0 /* this */
            areturn
        end local 1 // java.util.List allowedExternalRedirectUrls
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  allowedExternalRedirectUrls  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    MethodParameters:
                             Name  Flags
      allowedExternalRedirectUrls  

  public com.microsoft.azure.management.appservice.BuiltInAuthenticationProvider defaultProvider();
    descriptor: ()Lcom/microsoft/azure/management/appservice/BuiltInAuthenticationProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 376
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.defaultProvider:Lcom/microsoft/azure/management/appservice/BuiltInAuthenticationProvider;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withDefaultProvider(com.microsoft.azure.management.appservice.BuiltInAuthenticationProvider);
    descriptor: (Lcom/microsoft/azure/management/appservice/BuiltInAuthenticationProvider;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // com.microsoft.azure.management.appservice.BuiltInAuthenticationProvider defaultProvider
         0: .line 388
            aload 0 /* this */
            aload 1 /* defaultProvider */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.defaultProvider:Lcom/microsoft/azure/management/appservice/BuiltInAuthenticationProvider;
         1: .line 389
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.BuiltInAuthenticationProvider defaultProvider
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  defaultProvider  Lcom/microsoft/azure/management/appservice/BuiltInAuthenticationProvider;
    MethodParameters:
                 Name  Flags
      defaultProvider  

  public java.lang.Double tokenRefreshExtensionHours();
    descriptor: ()Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 399
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.tokenRefreshExtensionHours:Ljava/lang/Double;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withTokenRefreshExtensionHours(java.lang.Double);
    descriptor: (Ljava/lang/Double;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.Double tokenRefreshExtensionHours
         0: .line 410
            aload 0 /* this */
            aload 1 /* tokenRefreshExtensionHours */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.tokenRefreshExtensionHours:Ljava/lang/Double;
         1: .line 411
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Double tokenRefreshExtensionHours
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  tokenRefreshExtensionHours  Ljava/lang/Double;
    MethodParameters:
                            Name  Flags
      tokenRefreshExtensionHours  

  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.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 423
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.clientId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withClientId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String clientId
         0: .line 436
            aload 0 /* this */
            aload 1 /* clientId */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.clientId:Ljava/lang/String;
         1: .line 437
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String clientId
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  clientId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      clientId  

  public java.lang.String clientSecret();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 449
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.clientSecret:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withClientSecret(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String clientSecret
         0: .line 462
            aload 0 /* this */
            aload 1 /* clientSecret */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.clientSecret:Ljava/lang/String;
         1: .line 463
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String clientSecret
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  clientSecret  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      clientSecret  

  public java.lang.String clientSecretCertificateThumbprint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 473
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.clientSecretCertificateThumbprint:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withClientSecretCertificateThumbprint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String clientSecretCertificateThumbprint
         0: .line 484
            aload 0 /* this */
            aload 1 /* clientSecretCertificateThumbprint */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.clientSecretCertificateThumbprint:Ljava/lang/String;
         1: .line 485
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String clientSecretCertificateThumbprint
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0    2     0                               this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  clientSecretCertificateThumbprint  Ljava/lang/String;
    MethodParameters:
                                   Name  Flags
      clientSecretCertificateThumbprint  

  public java.lang.String issuer();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 497
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.issuer:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withIssuer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String issuer
         0: .line 510
            aload 0 /* this */
            aload 1 /* issuer */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.issuer:Ljava/lang/String;
         1: .line 511
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String issuer
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  issuer  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      issuer  

  public java.lang.Boolean validateIssuer();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 520
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.validateIssuer:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withValidateIssuer(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.Boolean validateIssuer
         0: .line 530
            aload 0 /* this */
            aload 1 /* validateIssuer */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.validateIssuer:Ljava/lang/Boolean;
         1: .line 531
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean validateIssuer
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  validateIssuer  Ljava/lang/Boolean;
    MethodParameters:
                Name  Flags
      validateIssuer  

  public java.util.List<java.lang.String> allowedAudiences();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 542
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.allowedAudiences:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withAllowedAudiences(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.util.List allowedAudiences
         0: .line 554
            aload 0 /* this */
            aload 1 /* allowedAudiences */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.allowedAudiences:Ljava/util/List;
         1: .line 555
            aload 0 /* this */
            areturn
        end local 1 // java.util.List allowedAudiences
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  allowedAudiences  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    MethodParameters:
                  Name  Flags
      allowedAudiences  

  public java.util.List<java.lang.String> additionalLoginParams();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 565
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.additionalLoginParams:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withAdditionalLoginParams(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.util.List additionalLoginParams
         0: .line 576
            aload 0 /* this */
            aload 1 /* additionalLoginParams */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.additionalLoginParams:Ljava/util/List;
         1: .line 577
            aload 0 /* this */
            areturn
        end local 1 // java.util.List additionalLoginParams
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  additionalLoginParams  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    MethodParameters:
                       Name  Flags
      additionalLoginParams  

  public java.lang.String googleClientId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 588
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.googleClientId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withGoogleClientId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String googleClientId
         0: .line 600
            aload 0 /* this */
            aload 1 /* googleClientId */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.googleClientId:Ljava/lang/String;
         1: .line 601
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String googleClientId
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  googleClientId  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      googleClientId  

  public java.lang.String googleClientSecret();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 612
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.googleClientSecret:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withGoogleClientSecret(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String googleClientSecret
         0: .line 624
            aload 0 /* this */
            aload 1 /* googleClientSecret */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.googleClientSecret:Ljava/lang/String;
         1: .line 625
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String googleClientSecret
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  googleClientSecret  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      googleClientSecret  

  public java.util.List<java.lang.String> googleOAuthScopes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 636
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.googleOAuthScopes:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withGoogleOAuthScopes(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.util.List googleOAuthScopes
         0: .line 648
            aload 0 /* this */
            aload 1 /* googleOAuthScopes */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.googleOAuthScopes:Ljava/util/List;
         1: .line 649
            aload 0 /* this */
            areturn
        end local 1 // java.util.List googleOAuthScopes
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  googleOAuthScopes  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    MethodParameters:
                   Name  Flags
      googleOAuthScopes  

  public java.lang.String facebookAppId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 660
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.facebookAppId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withFacebookAppId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String facebookAppId
         0: .line 672
            aload 0 /* this */
            aload 1 /* facebookAppId */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.facebookAppId:Ljava/lang/String;
         1: .line 673
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String facebookAppId
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  facebookAppId  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      facebookAppId  

  public java.lang.String facebookAppSecret();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 684
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.facebookAppSecret:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withFacebookAppSecret(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String facebookAppSecret
         0: .line 696
            aload 0 /* this */
            aload 1 /* facebookAppSecret */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.facebookAppSecret:Ljava/lang/String;
         1: .line 697
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String facebookAppSecret
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  facebookAppSecret  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      facebookAppSecret  

  public java.util.List<java.lang.String> facebookOAuthScopes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 708
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.facebookOAuthScopes:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withFacebookOAuthScopes(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.util.List facebookOAuthScopes
         0: .line 720
            aload 0 /* this */
            aload 1 /* facebookOAuthScopes */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.facebookOAuthScopes:Ljava/util/List;
         1: .line 721
            aload 0 /* this */
            areturn
        end local 1 // java.util.List facebookOAuthScopes
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  facebookOAuthScopes  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    MethodParameters:
                     Name  Flags
      facebookOAuthScopes  

  public java.lang.String twitterConsumerKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 732
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.twitterConsumerKey:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withTwitterConsumerKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String twitterConsumerKey
         0: .line 744
            aload 0 /* this */
            aload 1 /* twitterConsumerKey */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.twitterConsumerKey:Ljava/lang/String;
         1: .line 745
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String twitterConsumerKey
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  twitterConsumerKey  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      twitterConsumerKey  

  public java.lang.String twitterConsumerSecret();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 756
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.twitterConsumerSecret:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withTwitterConsumerSecret(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String twitterConsumerSecret
         0: .line 768
            aload 0 /* this */
            aload 1 /* twitterConsumerSecret */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.twitterConsumerSecret:Ljava/lang/String;
         1: .line 769
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String twitterConsumerSecret
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  twitterConsumerSecret  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      twitterConsumerSecret  

  public java.lang.String microsoftAccountClientId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 780
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.microsoftAccountClientId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withMicrosoftAccountClientId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String microsoftAccountClientId
         0: .line 792
            aload 0 /* this */
            aload 1 /* microsoftAccountClientId */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.microsoftAccountClientId:Ljava/lang/String;
         1: .line 793
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String microsoftAccountClientId
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  microsoftAccountClientId  Ljava/lang/String;
    MethodParameters:
                          Name  Flags
      microsoftAccountClientId  

  public java.lang.String microsoftAccountClientSecret();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 804
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.microsoftAccountClientSecret:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withMicrosoftAccountClientSecret(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.lang.String microsoftAccountClientSecret
         0: .line 816
            aload 0 /* this */
            aload 1 /* microsoftAccountClientSecret */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.microsoftAccountClientSecret:Ljava/lang/String;
         1: .line 817
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String microsoftAccountClientSecret
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    2     0                          this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  microsoftAccountClientSecret  Ljava/lang/String;
    MethodParameters:
                              Name  Flags
      microsoftAccountClientSecret  

  public java.util.List<java.lang.String> microsoftAccountOAuthScopes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
         0: .line 828
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.microsoftAccountOAuthScopes:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner withMicrosoftAccountOAuthScopes(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
        start local 1 // java.util.List microsoftAccountOAuthScopes
         0: .line 840
            aload 0 /* this */
            aload 1 /* microsoftAccountOAuthScopes */
            putfield com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner.microsoftAccountOAuthScopes:Ljava/util/List;
         1: .line 841
            aload 0 /* this */
            areturn
        end local 1 // java.util.List microsoftAccountOAuthScopes
        end local 0 // com.microsoft.azure.management.appservice.implementation.SiteAuthSettingsInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
            0    2     1  microsoftAccountOAuthScopes  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/implementation/SiteAuthSettingsInner;
    MethodParameters:
                             Name  Flags
      microsoftAccountOAuthScopes  
}
SourceFile: "SiteAuthSettingsInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()