GetAppServiceSiteConfigCor

data class GetAppServiceSiteConfigCor(val allowedOrigins: List<String>, val supportCredentials: Boolean)

Constructors

Link copied to clipboard
constructor(allowedOrigins: List<String>, supportCredentials: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of origins which are able to make cross-origin calls.

Link copied to clipboard

Are credentials supported?