id property

String? id
getter/setter pair

A unique user identification string, as determined by the client.

The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:[email protected]";

Implementation

core.String? id;