rawInformation property

  1. @TagNumber(4)
Struct get rawInformation

Complete information returned by the identity provider.

Implementation

@$pb.TagNumber(4)
$3.Struct get rawInformation => $_getN(3);
  1. @TagNumber(4)
set rawInformation (Struct v)

Implementation

@$pb.TagNumber(4)
set rawInformation($3.Struct v) { setField(4, v); }