principalSubject property
String representation of identity of requesting party. Populated for both first and third party identities.
Implementation
@$pb.TagNumber(8)
$core.String get principalSubject => $_getSZ(5);
Implementation
@$pb.TagNumber(8)
set principalSubject($core.String v) { $_setString(5, v); }