AppServiceAuthSettings

constructor(activeDirectory: AppServiceAuthSettingsActiveDirectory? = null, additionalLoginParams: Map<String, String>? = null, allowedExternalRedirectUrls: List<String>? = null, defaultProvider: String? = null, enabled: Boolean, facebook: AppServiceAuthSettingsFacebook? = null, google: AppServiceAuthSettingsGoogle? = null, issuer: String? = null, microsoft: AppServiceAuthSettingsMicrosoft? = null, runtimeVersion: String? = null, tokenRefreshExtensionHours: Double? = null, tokenStoreEnabled: Boolean? = null, twitter: AppServiceAuthSettingsTwitter? = null, unauthenticatedClientAction: String? = null)