holderBinding property

  1. @TagNumber(3)
bool holderBinding

If true, the credential will be issued with holder binding by specifying the holder DID in the credential subject

Implementation

@$pb.TagNumber(3)
$core.bool get holderBinding => $_getBF(2);
  1. @TagNumber(3)
void holderBinding=(bool v)

Implementation

@$pb.TagNumber(3)
set holderBinding($core.bool v) {
  $_setBool(2, v);
}