authoritySelector property

  1. @TagNumber.new(2)
String get authoritySelector

The authority selector specified by the requestor, if any. It is not guaranteed that the principal was allowed to use this authority.

Implementation

@$pb.TagNumber(2)
$core.String get authoritySelector => $_getSZ(1);
  1. @TagNumber.new(2)
set authoritySelector (String v)

Implementation

@$pb.TagNumber(2)
set authoritySelector($core.String v) {
  $_setString(1, v);
}