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