userFields property

  1. @override
List<String> userFields
getter/setter pairoverride

Fields which may be used to identify a third-party user. These should be ordered to suggest the way that entities may be grouped, where higher groupings are ordered first. For example, the name of a network should be searched before the nickname of a user.

Implementation

@override
List<String> userFields;