email property

String? email
getter/setter pair

The account's email address to send the OOB code to, and generally the email address of the account that needs to be updated.

Required for PASSWORD_RESET, EMAIL_SIGNIN, and VERIFY_EMAIL. Only required for VERIFY_AND_CHANGE_EMAIL requests when return_oob_link is set to true. In this case, it is the original email of the user.

Implementation

core.String? email;