identity property

  1. @TagNumber.new(1)
ServiceIdentity get identity

Service identity that service producer can use to access consumer resources. If exists is true, it contains email and unique_id. If exists is false, it contains pre-constructed email and empty unique_id.

Implementation

@$pb.TagNumber(1)
$2.ServiceIdentity get identity => $_getN(0);
  1. @TagNumber.new(1)
set identity (ServiceIdentity value)

Implementation

@$pb.TagNumber(1)
set identity($2.ServiceIdentity value) => $_setField(1, value);