pub async fn send_password_reset_email( auth: Auth, email: String, action_code_settings: Option<ActionCodeSettings>, ) -> Result<(), AuthError>