Slot Auth Settings
data class SlotAuthSettings(val activeDirectory: SlotAuthSettingsActiveDirectory? = null, val additionalLoginParams: Map<String, String>? = null, val allowedExternalRedirectUrls: List<String>? = null, val defaultProvider: String? = null, val enabled: Boolean, val facebook: SlotAuthSettingsFacebook? = null, val google: SlotAuthSettingsGoogle? = null, val issuer: String? = null, val microsoft: SlotAuthSettingsMicrosoft? = null, val runtimeVersion: String? = null, val tokenRefreshExtensionHours: Double? = null, val tokenStoreEnabled: Boolean? = null, val twitter: SlotAuthSettingsTwitter? = null, val unauthenticatedClientAction: String? = null)
Constructors
Link copied to clipboard
fun SlotAuthSettings(activeDirectory: SlotAuthSettingsActiveDirectory? = null, additionalLoginParams: Map<String, String>? = null, allowedExternalRedirectUrls: List<String>? = null, defaultProvider: String? = null, enabled: Boolean, facebook: SlotAuthSettingsFacebook? = null, google: SlotAuthSettingsGoogle? = null, issuer: String? = null, microsoft: SlotAuthSettingsMicrosoft? = null, runtimeVersion: String? = null, tokenRefreshExtensionHours: Double? = null, tokenStoreEnabled: Boolean? = null, twitter: SlotAuthSettingsTwitter? = 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