withSignedRequest property

  1. @TagNumber.new(5)
bool get withSignedRequest

Boolean which defines if the authentication requests are signed.

Implementation

@$pb.TagNumber(5)
$core.bool get withSignedRequest => $_getBF(4);
  1. @TagNumber.new(5)
set withSignedRequest (bool value)

Implementation

@$pb.TagNumber(5)
set withSignedRequest($core.bool value) => $_setBool(4, value);