Linux Web App Slot Auth Settings
constructor(activeDirectory: LinuxWebAppSlotAuthSettingsActiveDirectory? = null, additionalLoginParameters: Map<String, String>? = null, allowedExternalRedirectUrls: List<String>? = null, defaultProvider: String? = null, enabled: Boolean, facebook: LinuxWebAppSlotAuthSettingsFacebook? = null, github: LinuxWebAppSlotAuthSettingsGithub? = null, google: LinuxWebAppSlotAuthSettingsGoogle? = null, issuer: String? = null, microsoft: LinuxWebAppSlotAuthSettingsMicrosoft? = null, runtimeVersion: String? = null, tokenRefreshExtensionHours: Double? = null, tokenStoreEnabled: Boolean? = null, twitter: LinuxWebAppSlotAuthSettingsTwitter? = null, unauthenticatedClientAction: String? = null)