identifier property

String? identifier
getter/setter pair

The email identifier of the user account to fetch associated providers for.

At least one of the fields identifier and provider_id must be set. The length of the email address should be less than 256 characters and in the format of [email protected]. The email address should also match the RFC 822 addr-spec production.

Implementation

core.String? identifier;