allowCredentials property

bool allowCredentials
getter/setter pair

Whether or not to allow use of credentials, including Authorization and cookies.

Defaults to true. In the specification (http://www.w3.org/TR/cors/), this is 'supports credentials'.

Implementation

late bool allowCredentials;