Cors Settings Response
data class CorsSettingsResponse(val allowedOrigins: List<String>? = null, val supportCredentials: Boolean? = null)
Cross-Origin Resource Sharing (CORS) settings for the app.
Cross-Origin Resource Sharing (CORS) settings for the app.