email property
The email the user is signing in with.
The length of 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.
Required.
Implementation
core.String? email;