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