email property
The user's email address.
If this is non-null and the isVerifiedEmail
flag is true
then this email address
can be used to do email based authentications such as magic link, OTP, etc.
Implementation
final String? email;
The user's email address.
If this is non-null and the isVerifiedEmail
flag is true
then this email address
can be used to do email based authentications such as magic link, OTP, etc.
final String? email;