Windows Function App Auth Settings
data class WindowsFunctionAppAuthSettings(val activeDirectory: WindowsFunctionAppAuthSettingsActiveDirectory? = null, val additionalLoginParameters: Map<String, String>? = null, val allowedExternalRedirectUrls: List<String>? = null, val defaultProvider: String? = null, val enabled: Boolean, val facebook: WindowsFunctionAppAuthSettingsFacebook? = null, val github: WindowsFunctionAppAuthSettingsGithub? = null, val google: WindowsFunctionAppAuthSettingsGoogle? = null, val issuer: String? = null, val microsoft: WindowsFunctionAppAuthSettingsMicrosoft? = null, val runtimeVersion: String? = null, val tokenRefreshExtensionHours: Double? = null, val tokenStoreEnabled: Boolean? = null, val twitter: WindowsFunctionAppAuthSettingsTwitter? = null, val unauthenticatedClientAction: String? = null)
Constructors
Link copied to clipboard
fun WindowsFunctionAppAuthSettings(activeDirectory: WindowsFunctionAppAuthSettingsActiveDirectory? = null, additionalLoginParameters: Map<String, String>? = null, allowedExternalRedirectUrls: List<String>? = null, defaultProvider: String? = null, enabled: Boolean, facebook: WindowsFunctionAppAuthSettingsFacebook? = null, github: WindowsFunctionAppAuthSettingsGithub? = null, google: WindowsFunctionAppAuthSettingsGoogle? = null, issuer: String? = null, microsoft: WindowsFunctionAppAuthSettingsMicrosoft? = null, runtimeVersion: String? = null, tokenRefreshExtensionHours: Double? = null, tokenStoreEnabled: Boolean? = null, twitter: WindowsFunctionAppAuthSettingsTwitter? = 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