SlotAuthSettings

constructor(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)