allowCredentials property
In response to a preflight request, setting this to true indicates that the actual request can include user credentials.
This translates to the Access-Control-Allow-Credentials header. Default value is false.
Implementation
core.bool? allowCredentials;