withCredentials property

  1. @TagNumber(14)
bool get withCredentials

@doc Whether to include credentials (cookies, authorization headers, TLS client certificates) in the request.

Implementation

@$pb.TagNumber(14)
$core.bool get withCredentials => $_getBF(13);
  1. @TagNumber(14)
set withCredentials (bool value)

Implementation

@$pb.TagNumber(14)
set withCredentials($core.bool value) => $_setBool(13, value);