error_factory = $error_factory; } /** * @return Result_Error */ public function create_invalid_step_token_result() { $wp_error = $this->error_factory->create_wp_error( 'twofas-invalid-step-token', '2FAS Light session expired or is invalid, please log in again.' ); return new Result_Error( $wp_error ); } }