allowCredentials property

bool? allowCredentials
final

Indicates whether the caller is allowed to send the actual request (not the preflight) using credentials. Translates to Access-Control-Allow-Credentials header.

Implementation

final bool? allowCredentials;