SetLoginEmailAddress constructor

SetLoginEmailAddress(
  1. {required String new_login_email_address,
  2. int? extra,
  3. int? clientId}
)

Changes the login email address of the user. The email address can be changed only if the current user already has login email and passwordState.login_email_address_pattern is non-empty.

Returns EmailAddressAuthenticationCodeInfo

Implementation

SetLoginEmailAddress