authoritySelector property
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);
Implementation
@$pb.TagNumber(2)
set authoritySelector($core.String v) {
$_setString(1, v);
}