withSignedRequest property

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

Boolean which defines if the authentication requests are signed

Implementation

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

Implementation

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