Windows Web App Slot Auth Settings
data class WindowsWebAppSlotAuthSettings(val activeDirectory: WindowsWebAppSlotAuthSettingsActiveDirectory? = null, val additionalLoginParameters: Map<String, String>? = null, val allowedExternalRedirectUrls: List<String>? = null, val defaultProvider: String? = null, val enabled: Boolean, val facebook: WindowsWebAppSlotAuthSettingsFacebook? = null, val github: WindowsWebAppSlotAuthSettingsGithub? = null, val google: WindowsWebAppSlotAuthSettingsGoogle? = null, val issuer: String? = null, val microsoft: WindowsWebAppSlotAuthSettingsMicrosoft? = null, val runtimeVersion: String? = null, val tokenRefreshExtensionHours: Double? = null, val tokenStoreEnabled: Boolean? = null, val twitter: WindowsWebAppSlotAuthSettingsTwitter? = null, val unauthenticatedClientAction: String? = null)
Constructors
Link copied to clipboard
fun WindowsWebAppSlotAuthSettings(activeDirectory: WindowsWebAppSlotAuthSettingsActiveDirectory? = null, additionalLoginParameters: Map<String, String>? = null, allowedExternalRedirectUrls: List<String>? = null, defaultProvider: String? = null, enabled: Boolean, facebook: WindowsWebAppSlotAuthSettingsFacebook? = null, github: WindowsWebAppSlotAuthSettingsGithub? = null, google: WindowsWebAppSlotAuthSettingsGoogle? = null, issuer: String? = null, microsoft: WindowsWebAppSlotAuthSettingsMicrosoft? = null, runtimeVersion: String? = null, tokenRefreshExtensionHours: Double? = null, tokenStoreEnabled: Boolean? = null, twitter: WindowsWebAppSlotAuthSettingsTwitter? = null, unauthenticatedClientAction: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard