Function App Auth Settings
data class FunctionAppAuthSettings(val activeDirectory: FunctionAppAuthSettingsActiveDirectory? = null, val additionalLoginParams: Map<String, String>? = null, val allowedExternalRedirectUrls: List<String>? = null, val defaultProvider: String? = null, val enabled: Boolean, val facebook: FunctionAppAuthSettingsFacebook? = null, val google: FunctionAppAuthSettingsGoogle? = null, val issuer: String? = null, val microsoft: FunctionAppAuthSettingsMicrosoft? = null, val runtimeVersion: String? = null, val tokenRefreshExtensionHours: Double? = null, val tokenStoreEnabled: Boolean? = null, val twitter: FunctionAppAuthSettingsTwitter? = null, val unauthenticatedClientAction: String? = null)
Constructors
Link copied to clipboard
fun FunctionAppAuthSettings(activeDirectory: FunctionAppAuthSettingsActiveDirectory? = null, additionalLoginParams: Map<String, String>? = null, allowedExternalRedirectUrls: List<String>? = null, defaultProvider: String? = null, enabled: Boolean, facebook: FunctionAppAuthSettingsFacebook? = null, google: FunctionAppAuthSettingsGoogle? = null, issuer: String? = null, microsoft: FunctionAppAuthSettingsMicrosoft? = null, runtimeVersion: String? = null, tokenRefreshExtensionHours: Double? = null, tokenStoreEnabled: Boolean? = null, twitter: FunctionAppAuthSettingsTwitter? = null, unauthenticatedClientAction: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Issuer URI. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard