initialEmail property

String? initialEmail
getter/setter pair

The first email address associated with this account.

The account's initial email cannot be changed once set and is used to recover access to this account if lost via the RECOVER_EMAIL flow in GetOobCode. Should match the RFC 822 addr-spec.

Implementation

core.String? initialEmail;