attributes property

  1. @TagNumber(1)
Struct attributes

The attributes of the user returned by the identity provider.

Implementation

@$pb.TagNumber(1)
$3.Struct get attributes => $_getN(0);
  1. @TagNumber(1)
void attributes=(Struct v)

Implementation

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