email property

String? email
getter/setter pair

The email the user is signing in with.

The length of email should be less than 256 characters and in the format of [email protected]. The email should also match the RFC 822 addr-spec production.

Required.

Implementation

core.String? email;