idAttribute property
identifying attribute of the user in the response of the user_endpoint
Implementation
@$pb.TagNumber(8)
$core.String get idAttribute => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set idAttribute($core.String value) => $_setString(7, value);