SettingsAccessSettingsCorsSettings

data class SettingsAccessSettingsCorsSettings(val allowHttpOptions: Boolean? = null)

Constructors

Link copied to clipboard
constructor(allowHttpOptions: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.