allowCredentials property Null safety

bool? allowCredentials
read / write

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

bool? allowCredentials;