email property
The email to assign to the created user.
The length of the email should be less than 256 characters and in the
format of name@domain.tld
. The email should also match the
RFC 822 addr-spec production. An
anonymous user will be created if not provided.
Implementation
core.String? email;