principalSubject property

  1. @TagNumber.new(8)
String get principalSubject

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);
  1. @TagNumber.new(8)
set principalSubject (String v)

Implementation

@$pb.TagNumber(8)
set principalSubject($core.String v) { $_setString(5, v); }