GetRecoveryEmailAddress constructor

GetRecoveryEmailAddress(
  1. {required String password,
  2. int? extra,
  3. int? clientId}
)

Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user

Returns RecoveryEmailAddress

Implementation

GetRecoveryEmailAddress