email property

String? email
final

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;