WindowsWebAppAuthSettings

constructor(activeDirectory: WindowsWebAppAuthSettingsActiveDirectory? = null, additionalLoginParameters: Map<String, String>? = null, allowedExternalRedirectUrls: List<String>? = null, defaultProvider: String? = null, enabled: Boolean, facebook: WindowsWebAppAuthSettingsFacebook? = null, github: WindowsWebAppAuthSettingsGithub? = null, google: WindowsWebAppAuthSettingsGoogle? = null, issuer: String? = null, microsoft: WindowsWebAppAuthSettingsMicrosoft? = null, runtimeVersion: String? = null, tokenRefreshExtensionHours: Double? = null, tokenStoreEnabled: Boolean? = null, twitter: WindowsWebAppAuthSettingsTwitter? = null, unauthenticatedClientAction: String? = null)