generateShareUrl property

  1. @TagNumber(5)
bool generateShareUrl

If true, a short URL link will be generated that can be used to share the credential offer with the holder. This link will point to the credential offer in the wallet app.

Implementation

@$pb.TagNumber(5)
$core.bool get generateShareUrl => $_getBF(4);
  1. @TagNumber(5)
void generateShareUrl=(bool v)

Implementation

@$pb.TagNumber(5)
set generateShareUrl($core.bool v) {
  $_setBool(4, v);
}