withSignedRequest property
Boolean which defines if the authentication requests are signed.
Implementation
@$pb.TagNumber(5)
$core.bool get withSignedRequest => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set withSignedRequest($core.bool value) => $_setBool(4, value);