Windows Web App Auth Settings
data class WindowsWebAppAuthSettings(val activeDirectory: WindowsWebAppAuthSettingsActiveDirectory? = null, val additionalLoginParameters: Map<String, String>? = null, val allowedExternalRedirectUrls: List<String>? = null, val defaultProvider: String? = null, val enabled: Boolean, val facebook: WindowsWebAppAuthSettingsFacebook? = null, val github: WindowsWebAppAuthSettingsGithub? = null, val google: WindowsWebAppAuthSettingsGoogle? = null, val issuer: String? = null, val microsoft: WindowsWebAppAuthSettingsMicrosoft? = null, val runtimeVersion: String? = null, val tokenRefreshExtensionHours: Double? = null, val tokenStoreEnabled: Boolean? = null, val twitter: WindowsWebAppAuthSettingsTwitter? = null, val unauthenticatedClientAction: String? = null)
Constructors
Link copied to clipboard
fun WindowsWebAppAuthSettings(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)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard